Activate all features on test

This commit is contained in:
Dimitris Zervas 2023-06-03 18:18:40 +03:00
parent 33b73b0ba0
commit 0aced50d66
No known key found for this signature in database
GPG Key ID: 5C27D7C9D1901A30

View File

@ -13,12 +13,17 @@ env:
jobs: jobs:
build: build:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose --all-features
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose --all-features