Skip to content

Commit

Permalink
change build to check without timing the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
4meta5 committed Dec 4, 2023
1 parent 45ff955 commit 46e838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: cargo test

- name: Check build
run: cargo build --release
run: cargo check --release

- name: Check clippy
run: cargo clippy --locked --all-targets -- -D warnings
Expand Down

0 comments on commit 46e838c

Please sign in to comment.