run all workspace tests

This commit is contained in:
Stephan Dilly 2020-03-24 21:27:02 +01:00
parent c92bfe3865
commit 57da951004

View file

@ -21,4 +21,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --workspace