Skip to content

Commit

Permalink
fix workflow to detect failing builds of individual samples
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Feb 23, 2024
1 parent 615319a commit 92e4a54
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-zig-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check zig version
run: zig version
- name: Build all examples
run: ./build_all.sh
run: zig build all
# - name: Run all tests
# run: zig build test
# Run tests separately so we can see more clearly which one fails
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mastercheck-localhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sleep 3
zig build
- name: Build all examples
run: ./build_all.sh
run: zig build all
- name: Run authentication tests
run: zig build test-authentication
- name: Run http parameter tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mastercheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Check zig version
run: zig version
- name: Build all examples
run: ./build_all.sh
run: zig build all
- name: Run all tests
run: zig build test
6 changes: 0 additions & 6 deletions build_all.sh

This file was deleted.

21 changes: 0 additions & 21 deletions targets.txt

This file was deleted.

0 comments on commit 92e4a54

Please sign in to comment.