We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22aedf commit 986a0c7Copy full SHA for 986a0c7
.github/workflows/build.yml
@@ -25,9 +25,6 @@ jobs:
25
- name: Build
26
run: |
27
zig build -Dtarget=${{ matrix.target }} -Doptimize=${{ matrix.optimize }}
28
- - name: Test
29
- run: |
30
- zig build test
31
windows:
32
runs-on: windows-latest
33
strategy:
@@ -40,9 +37,6 @@ jobs:
40
37
41
38
42
39
43
44
45
46
linux:
47
runs-on: ubuntu-latest
48
@@ -55,6 +49,3 @@ jobs:
55
49
56
50
57
51
58
59
60
0 commit comments