Skip to content

Commit

Permalink
check -> rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent db2db22 commit c36b0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: sudo apt install -y ca-certificates libssl-dev

- name: Compile
run: cargo check -- -A warnings
run: cargo rustc -- -A warnings

- name: Unit tests
run: RUST_LOG=asmr=debug cargo test
Expand Down

0 comments on commit c36b0c4

Please sign in to comment.