Skip to content

Commit

Permalink
remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jan 30, 2025
1 parent ee451b0 commit 2244fb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ 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: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ 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 2244fb6

Please sign in to comment.