Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCipher committed Jul 25, 2024
1 parent 4f9c2fb commit 393d394
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
toolchain: 1.78.0
- uses: Swatinem/rust-cache@v2
- name: Test
run: cargo test --all-features --all-targets --workspace
run: |
rustc -V
cargo tree --edges all --depth 100
cargo test --all-features --all-targets --workspace
testlatest:
name: Test Suite MSRV
Expand All @@ -57,10 +60,7 @@ jobs:
toolchain: 1.65
- uses: Swatinem/rust-cache@v2
- name: Test
run: |
rustc -V
cargo tree --edges all --depth 100
cargo test --all-features --all-targets --workspace
run: cargo test --all-features --all-targets --workspace

fmt:
name: Rustfmt
Expand Down

0 comments on commit 393d394

Please sign in to comment.