aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarvin Borner2020-11-10 21:01:23 +0100
committerMarvin Borner2020-11-10 21:01:23 +0100
commit2f6413273a24efa32e135d56738f1870c2109cd4 (patch)
tree3c553a6427c6b54af4dca95ea5a718ca88fb4fea /.github/workflows
parent4bb1dcbbcca45edf9ea26491434b894a05eab8fb (diff)
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
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 0 insertions, 2 deletions
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