Skip to content

Commit

Permalink
[CI] fix macos build test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarzik committed Mar 3, 2024
1 parent 0f3ee82 commit 8db9786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TestingCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
- name: Build
run: cargo build --release --verbose
- name: Run tests
run: cargo run --release --verbose
run: cargo test --release --verbose

0 comments on commit 8db9786

Please sign in to comment.