Skip to content

Commit

Permalink
Do not run standalone test on 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 779eca7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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_on_zig_master:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -18,7 +18,6 @@ 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:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 779eca7

Please sign in to comment.