Skip to content

Commit

Permalink
chore: use cargo rustc for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm committed Apr 13, 2024
1 parent 71e5b34 commit de32641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- run: rustup update stable && rustup default stable

- run: cargo clippy --verbose -- -D warnings
- run: cargo build --verbose -- -D warnings
- run: cargo rustc --verbose -- -D warnings
- run: cargo test --verbose -- -D warnings

0 comments on commit de32641

Please sign in to comment.