Skip to content

Commit

Permalink
Do not run standalone test with zig master
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Nov 22, 2023
1 parent 5c6de13 commit ca7493b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: 0 4 * * *

jobs:
validate_and_test_master:
validate_and_test_with_zig_master:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -18,8 +18,7 @@ jobs:
- run: zig fmt --check *.zig src/*.zig
- run: zig build
- run: zig build test
- run: cd examples/standalone && zig build
validate_and_test_011:
validate_and_test_with_zig_011:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ca7493b

Please sign in to comment.