Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/tokio-1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity authored Dec 28, 2024
2 parents 35ee1d6 + 506af73 commit c5d342c
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 291 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@ jobs:
working-directory: stdlib/typescript
run: npm run dev.package

- name: Update Cargo.lock
run: cargo update

- name: Build
run: |
cargo install --locked --force --path ./crates/core
cargo install --locked --force --path ./crates/fdev
make -C apps/freenet-ping -f run-ping.mk build
cargo build --locked
cargo build --locked
- name: Test - features
run: cargo test --workspace ${{ matrix.args }}
Expand Down
Loading

0 comments on commit c5d342c

Please sign in to comment.