Skip to content

Commit

Permalink
Use make test instead of cargo test in github workflow so contrac…
Browse files Browse the repository at this point in the history
…ts are built and test in the correct order
  • Loading branch information
earrietadev committed Oct 11, 2024
1 parent eb462af commit 5ff2bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo test
- run: make test

0 comments on commit 5ff2bb5

Please sign in to comment.