1
0
Fork 0

Merge pull request #98 from greatest-ape/better-ci

Build examples too in CI
This commit is contained in:
william light 2021-07-16 12:36:03 +02:00 committed by GitHub
commit de8316c5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,6 @@ jobs:
toolchain: stable
override: true
- name: Build
run: cargo build --verbose
run: cargo build --examples --workspace --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --examples --workspace --verbose