Skip to content

Commit

Permalink
Revert "chore: also remove the network tests"
Browse files Browse the repository at this point in the history
This reverts commit 70af6a5.
  • Loading branch information
joshuef committed Apr 19, 2023
1 parent 2e04497 commit 5744bee
Showing 1 changed file with 4 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 @@ -97,6 +97,10 @@ jobs:
run: cargo test --no-run --release
timeout-minutes: 30

- name: Run network tests
timeout-minutes: 25
run: cargo test --release -p safenode -- network

- name: Run protocol tests
timeout-minutes: 25
run: cargo test --release -p safenode -- protocol
Expand Down

0 comments on commit 5744bee

Please sign in to comment.