Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBossbaly committed Jul 21, 2024
1 parent 6722533 commit e702bfd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Display Toolchain Information
run: |
cargo --version --verbose
rustc --version
rustc --version --verbose
cargo clippy --version
- name: Format Check
Expand Down Expand Up @@ -103,8 +103,7 @@ jobs:
- name: Display Toolchain Information
run: |
cargo --version --verbose
rustc --version
cargo clippy --version
rustc --version --verbose
- name: Test
if: matrix.features == 'default'
Expand Down

0 comments on commit e702bfd

Please sign in to comment.