Skip to content

Commit

Permalink
use default
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 authored Nov 30, 2024
1 parent 0d59528 commit 020fa5c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@

set -eux -o pipefail

rustup default nightly
cargo +nightly fmt --check

rustup update

rustup component add rustfmt
rustup component add clippy

cargo fmt --check

cargo clippy -- -D clippy::nursery
cargo +nightly clippy -- -D clippy::nursery

cargo install cargo-llvm-cov --locked
SKIP_TRAINING=1 cargo llvm-cov --release

0 comments on commit 020fa5c

Please sign in to comment.