Skip to content

Commit

Permalink
removed time command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Aug 21, 2024
1 parent 608e59a commit 136e468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-cargo-check-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- run: rustup toolchain install nightly
- run: rustup target add wasm32-unknown-unknown
- run: rustup component add rust-src
- run: time cargo check --workspace --locked
- run: cargo check --workspace --locked

confirm-required-jobs-passed:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 136e468

Please sign in to comment.