Skip to content

Commit 6d53fa8

Browse files
committed
ci: fix build
1 parent 89c1b02 commit 6d53fa8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- run: cargo build --verbose
17-
- run: cargo test --verbose
16+
- uses: mlugg/setup-zig@v1
17+
- run: cargo build --test
18+
- run: cargo build
1819
dependabot:
1920
needs: [build]
2021
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)