1
0
Fork 0

Build examples too in CI

This commit is contained in:
Joakim Frostegård 2021-07-16 01:10:29 +02:00
parent d399c12755
commit 5eb17ed0fd

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