diff options
author | Marvin Borner | 2020-11-10 21:01:23 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-10 21:01:23 +0100 |
commit | 2f6413273a24efa32e135d56738f1870c2109cd4 (patch) | |
tree | 3c553a6427c6b54af4dca95ea5a718ca88fb4fea /.github/workflows | |
parent | 4bb1dcbbcca45edf9ea26491434b894a05eab8fb (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.yml | 2 |
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 |