Skip to content

Commit

Permalink
Run all feature tests on CI, too
Browse files Browse the repository at this point in the history
  • Loading branch information
ogham committed Oct 7, 2020
1 parent d705de3 commit 092ffe3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ rust:
- stable
- beta
- nightly
matrix:

jobs:
fast_finish: true
allow_failures:
- rust: nightly

include:
- name: 'Rust: test with all features'
rust: stable
install:
- cargo install cargo-hack
script:
- cargo hack test --feature-powerset --lib

0 comments on commit 092ffe3

Please sign in to comment.