Skip to content

Commit

Permalink
update ci (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth authored Dec 6, 2023
1 parent e529e1d commit 8b6592d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Build
run: cargo build --workspace --tests --examples --all-features --release

- name: Check no features
run: cargo build --no-default-features --release

- name: Run tests
run: cargo test --workspace --all-features --release

Expand Down

0 comments on commit 8b6592d

Please sign in to comment.