Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jan 30, 2025
1 parent 50b79a1 commit 5b27d65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
make Cargo.toml
cargo update
cargo update [email protected] --precise 3.6.12
cargo update [email protected] --precise 3.6.12
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Update
run: |
cargo update
cargo update [email protected] --precise 3.6.12
cargo update [email protected] --precise 3.6.12
- name: Run clippy
run: cargo clippy -- -D warnings
- name: Check for Wasm
Expand Down

0 comments on commit 5b27d65

Please sign in to comment.