Skip to content

Commit

Permalink
feat(ci): enable bootstrap tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Dec 5, 2024
1 parent 2f90166 commit 37a4ae9
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -127,6 +127,10 @@ jobs:
timeout-minutes: 25
run: cargo test --release --package autonomi --lib --features="full,fs"

- name: Run bootstrap tests
timeout-minutes: 25
run: cargo test --release --package ant-bootstrap

- name: Run node tests
timeout-minutes: 25
run: cargo test --release --package ant-node --lib
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,14 @@ jobs:
run: cargo test --release --lib --bins --no-run
timeout-minutes: 30

- name: Run autonomi tests
timeout-minutes: 25
run: cargo test --release --package autonomi --lib --features="full,fs"

- name: Run bootstrap tests
timeout-minutes: 25
run: cargo test --release --package ant-bootstrap

- name: Run node tests
timeout-minutes: 25
run: cargo test --release --package ant-node --lib
Expand Down

0 comments on commit 37a4ae9

Please sign in to comment.