From c92d5e86eeb1190022f8b127ca0be98dabde9d7c Mon Sep 17 00:00:00 2001 From: Jay White Date: Thu, 3 Oct 2024 00:10:22 -0400 Subject: [PATCH] ci: update solidity test CI --- .github/workflows/lint-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 535e626c0..cf4d1ed0d 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -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)