From 2f6413273a24efa32e135d56738f1870c2109cd4 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 10 Nov 2020 21:01:23 +0100 Subject: Removed testing Apparently the github action framework somehow disallows networking in QEMU or something. Maybe I'll investigate it in the future, but testing isn't that important anyway :P --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3326c4e..aab5676 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,5 +23,3 @@ jobs: run: sh run cross -y - name: Build run: sh run build -y - - name: Test everything - uses: mxschmitt/action-tmate@v3 -- cgit v1.2.3