Skip to content

Commit

Permalink
feat: removed unused rust CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-cne committed Jan 22, 2024
1 parent 7a5a3d7 commit c5b41e6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:
- name: Build
run: cargo build --verbose --release

- name: Run lib tests
run: |
cargo check
cargo test --features test_lib --verbose --all
- name: Run tests
run: |
cargo check
Expand Down

0 comments on commit c5b41e6

Please sign in to comment.