Skip to content

Commit

Permalink
Merge pull request #2487 from RolandSherwin/bootstrap_cache_3
Browse files Browse the repository at this point in the history
feat: impl bootstrap cache
  • Loading branch information
RolandSherwin authored Dec 6, 2024
2 parents 53cbf8d + 7bbccf5 commit 9c2433b
Show file tree
Hide file tree
Showing 58 changed files with 2,723 additions and 516 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
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ ant-node-manager/.vagrant
.venv/
uv.lock
*.so
*.pyc

*.pyc
*.swp

/vendor/
Loading

0 comments on commit 9c2433b

Please sign in to comment.