Merge pull request #10 from Trivernis/actions

Change build to build for all features
pull/9/head
Trivernis 3 years ago committed by GitHub
commit 796dc6ae34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-cargo- ${{ runner.os }}-cargo-
- 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
Loading…
Cancel
Save