Skip to content

Commit

Permalink
ci: update solidity test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWhite2357 committed Oct 3, 2024
1 parent 82c741f commit c92d5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install Foundry/forge for solidity tests
uses: foundry-rs/foundry-toolchain@v1
- name: Run solidity tests (ignored by default)
run: cargo test --all-features --package proof-of-sql --lib -- tests::sol_test --show-output --ignored
run: cargo test --all-features --package proof-of-sql --lib -- sol_test --test-threads=1 --ignored
- name: Run cargo test without rayon
run: cargo test --no-default-features --features="arrow blitzar"
- name: Dry run cargo test (proof-of-sql) (test feature only)
Expand Down

0 comments on commit c92d5e8

Please sign in to comment.