Run cargo doc before cargo test
This patch fixes the builds by running cargo doc before cargo test. Without generated documentation, we don’t have anything to test.
This commit is contained in:
parent
1204e108cf
commit
d4dd4d6548
@ -16,6 +16,7 @@ tasks:
|
||||
cargo build --release
|
||||
- test: |
|
||||
cd rusty-man
|
||||
cargo doc
|
||||
cargo test
|
||||
triggers:
|
||||
- action: email
|
||||
|
@ -27,6 +27,7 @@ tasks:
|
||||
cargo build --release
|
||||
- test: |
|
||||
cd rusty-man
|
||||
cargo doc
|
||||
cargo test
|
||||
- clippy: |
|
||||
cd rusty-man
|
||||
|
Loading…
Reference in New Issue
Block a user