Skip to content

Commit

Permalink
Build and test with --no-default-features in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blckngm committed Nov 28, 2019
1 parent 96f6320 commit 75c4bd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Build (no default features)
run: cargo build --verbose --no-default-features
- name: Run tests (no default features)
run: cargo test --verbose --no-default-features

0 comments on commit 75c4bd1

Please sign in to comment.