Skip to content

Commit

Permalink
refine workflow again
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Apr 26, 2024
1 parent c8d26f4 commit db01479
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Build
run: cargo build --all-targets ${{ matrix.features }}
- name: Clippy
run: cargo clippy --all-targets ${{ matrix.features }}
run: cargo clippy --all-targets ${{ matrix.features }} -- -D warnings
- name: Run tests
run: cargo test --all-targets ${{ matrix.features }}
run: cargo test ${{ matrix.features }}
- name: Generate docs
run: RUSTDOCFLAGS="-Dwarnings" cargo doc --no-deps

0 comments on commit db01479

Please sign in to comment.