Skip to content

Commit

Permalink
CI: Check and test all features
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSpeitel committed Feb 15, 2024
1 parent 8ac0040 commit b77277a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check
run: cargo check --all-features --verbose
- name: Test
run: cargo test --all-features --verbose

0 comments on commit b77277a

Please sign in to comment.