Skip to content

Commit

Permalink
chore(ci): add node lib tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Jun 5, 2024
1 parent e3001e6 commit 4d27ec0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jobs:
cargo test --release --package sn_client --lib
cargo test --release --package sn_client --doc
- name: Run node tests
timeout-minutes: 25
run: cargo test --release --package sn_node --lib

- name: Run network tests
timeout-minutes: 25
run: cargo test --release --package sn_networking
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ jobs:
cargo test --release --package sn_client --bins
cargo test --release --package sn_client --examples
- name: Run node tests
timeout-minutes: 25
run: cargo test --release --package sn_node --lib

- name: Run network tests
timeout-minutes: 25
run: cargo test --release -p sn_networking
Expand Down

0 comments on commit 4d27ec0

Please sign in to comment.