Skip to content

Commit

Permalink
ci: do not run test on msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jul 2, 2023
1 parent 8203b95 commit 334b4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
with:
toolchain: "1.65"
override: true
- run: cargo test --all-features
- run: cargo build --all-features

0 comments on commit 334b4b7

Please sign in to comment.