Activate all features on test
This commit is contained in:
parent
33b73b0ba0
commit
0aced50d66
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -13,12 +13,17 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
- windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build --verbose --all-features
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test --verbose --all-features
|
||||
|
Loading…
x
Reference in New Issue
Block a user