Skip to content

Commit

Permalink
fix: build with --test flag in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed Oct 17, 2024
1 parent 46b80c5 commit a1aeadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Build Cairo contracts
working-directory: ./starknet
run: scarb build --verbose
run: scarb build --test --verbose

- name: Run Cairo tests
working-directory: ./starknet
Expand Down

0 comments on commit a1aeadd

Please sign in to comment.