mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-01-08 20:28:06 -05:00
Make sure doctests are run in ci (#27)
* ci: make sure doctests are run in ci * Update .github/workflows/rust.yml Co-authored-by: dan <themighty1@users.noreply.github.com> --------- Co-authored-by: dan <themighty1@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -29,7 +29,9 @@ jobs:
|
||||
run: cargo build
|
||||
|
||||
- name: "Test"
|
||||
run: cargo test --lib --bins --tests --examples --workspace
|
||||
# Run all tests (bins, examples, lib, integration and docs)
|
||||
# https://doc.rust-lang.org/cargo/commands/cargo-test.html#target-selection
|
||||
run: cargo test
|
||||
|
||||
- name: "Check documentation"
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user