Skip to content

Commit

Permalink
return pipeling
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Feb 28, 2025
1 parent 2e812c9 commit a16842f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build-and-run-node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
name: "Build and test"
on:
push:
schedule:
# Build the default branch weekly. Our version of "nightly."
- cron: "*/30 * * * *" # Every Sunday at 4:55 AM.
paths:
- "node/**"
- "crates/**"
- "pallets/**"
- "runtime/**"

jobs:
node-test:
Expand Down Expand Up @@ -32,4 +34,6 @@ jobs:
run: |
pushd node
cargo build --all-targets --release -j $(nproc)
cargo test --all-targets --release -- --test test_jumpstart_network --nocapture
cargo test --all-targets --release
yarn --cwd ../crates/protocol/nodejs-test test
cargo test -p entropy-tss --release --features=test_helpers -F wasm_test test_wasm

0 comments on commit a16842f

Please sign in to comment.