Skip to content

Commit

Permalink
disable doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Oct 11, 2024
1 parent ad25e82 commit a32fb88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --all-features --workspace
- run: cargo test --workspace
working-directory: rust
9 changes: 6 additions & 3 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ members = [
"message_api",
"testing",
"util/simple_time",
"codecs/proto", "codecs/evm",
"vm/wasmtime",
# "codecs/proto", "codecs/evm",
# "vm/wasmtime",
"vm/api",
"vm/hypervisor",
# "vm/hypervisor",
"example",
]

Expand Down Expand Up @@ -58,6 +58,9 @@ thiserror = "1.0.63"
num_enum = "0.7.3"
mockall = "0.13.0"

[lib]
doctest = false

[lints]
workspace = true

Expand Down

0 comments on commit a32fb88

Please sign in to comment.