Merge remote-tracking branch 'origin/master'

This commit is contained in:
Simon Johnston 2020-08-18 12:52:18 -07:00
commit a6a2067d54

View File

@ -19,4 +19,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --all-features
- name: Document
run: cargo doc --verbose --all-features --no-deps