diff options
author | Marvin Borner | 2020-11-10 21:20:28 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-10 21:20:28 +0100 |
commit | 5306a2195107027a33777c97e6fbc8ffecfbc25c (patch) | |
tree | 8ad066dfe00ce26f6696498787bb2a52711102c6 /.github/workflows | |
parent | 2f6413273a24efa32e135d56738f1870c2109cd4 (diff) |
Oops, I'm dumb
I believe I was wrong in my previous commit message. Let's see...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aab5676..c844724 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,3 +23,5 @@ jobs: run: sh run cross -y - name: Build run: sh run build -y + - name: Test everything + run: sh run test -y |