Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a6a2067d54
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user