diff --git a/.github/workflows/build-and-run-node-test.yaml b/.github/workflows/build-and-run-node-test.yaml index dc57e2bc3..ac4a81814 100644 --- a/.github/workflows/build-and-run-node-test.yaml +++ b/.github/workflows/build-and-run-node-test.yaml @@ -1,12 +1,13 @@ --- name: "Build and test" -on: - push: - paths: - - "node/**" - - "crates/**" - - "pallets/**" - - "runtime/**" +on: ["push"] +# on: + # push: + # paths: + # - "node/**" + # - "crates/**" + # - "pallets/**" + # - "runtime/**" jobs: node-test: @@ -34,6 +35,6 @@ jobs: run: | pushd node cargo build --all-targets --release -j $(nproc) - cargo test -p entropy-tss --all-targets --release -- user::tests validator::tests --test-threads 4 + cargo test -p entropy-tss --all-targets --release -- user::tests validator::tests --test-threads 1 --nocapture yarn --cwd ../crates/protocol/nodejs-test test cargo test -p entropy-tss --release --features=test_helpers -F wasm_test test_wasm -j 4