Skip to content

Commit fd74085

Browse files
committed
Don't cargo test the wasm API in CI
It won't work, and we really want to do `JOB=wasm ./ci/script.sh` instead.
1 parent d025b27 commit fd74085

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

Cargo.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@ members = [
1313
lto = true
1414
debug = true
1515
opt-level = "s"
16-
17-
[patch.crates-io.structopt]
18-
git = "https://github.com/fitzgen/structopt.git"
19-
branch = "proc-macro2-nightly-feature-workaround"

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd "$(dirname "$0")/.."
66

77
case "$JOB" in
88
"test")
9-
cargo test --all
9+
cargo test --all --exclude twiggy-wasm-api
1010
;;
1111

1212
"wasm")

0 commit comments

Comments
 (0)