Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jun 10, 2024
1 parent b52feb9 commit 615ec2c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,16 @@ jobs:
run: rustup update

- name: Fmt check
run: cargo fmt --check
run: cargo fmt --check --all

- name: Check
run: cargo check
run: cargo check --all

- name: clippy
run: cargo clippy --all --all-features

- name: Tests
run: cargo test
run: cargo test --all --all-features

test_py_linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 615ec2c

Please sign in to comment.