Skip to content

Commit

Permalink
clipyp and test with release
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk committed Nov 27, 2023
1 parent 32b96aa commit 87191ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
- name: cargo fmt
run: cargo fmt --all -- --check

- name: cargo test --locked
- name: cargo test --release --locked
run: cargo test

- name: cargo clippy --locked
- name: cargo clippy --release --locked
run: cargo clippy --locked --all-targets -- -D warnings

- name: Check Documentation
Expand Down

0 comments on commit 87191ae

Please sign in to comment.