This commit is contained in:
parent
b33ae975ab
commit
d0599412ce
1 changed files with 0 additions and 5 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -6,13 +6,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: |
|
|
||||||
apt update; apt install --yes sudo
|
|
||||||
- uses: https://github.com/mlugg/setup-zig@v1
|
- uses: https://github.com/mlugg/setup-zig@v1
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
|
|
||||||
# Cross-compile the binary. We always use static building for this
|
|
||||||
# because its the only way to access the headers.
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: zig build test --summary all
|
run: zig build test --summary all
|
||||||
|
|
Loading…
Add table
Reference in a new issue