Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
submodules: true
- uses: ./.github/actions/install-rust
- run: cargo test --locked -p wasmparser --benches
- run: cargo test --locked -p wasm-encoder --all-features
- run: cargo test --locked --all-features --manifest-path crates/wasm-encoder/Cargo.toml
- run: cargo test -p wasm-smith --features wasmparser
- run: cargo test -p wasm-smith --features component-model
- run: cargo test --locked -p wasmparser --features try-op
Expand Down Expand Up @@ -306,11 +306,11 @@ jobs:
- run: cargo check --no-default-features -p wat
- run: cargo check --no-default-features -p wat --features component-model
- run: cargo check --no-default-features -p wat --features dwarf
- run: cargo check --no-default-features -p wasm-encoder
- run: cargo check --no-default-features -p wasm-encoder --target x86_64-unknown-none
- run: cargo check --no-default-features -p wasm-encoder --target x86_64-unknown-none --features wasmparser,component-model
- run: cargo check --no-default-features -p wasm-encoder --features component-model
- run: cargo check --no-default-features -p wasm-encoder --features wasmparser
- run: cargo check --no-default-features --manifest-path crates/wasm-encoder/Cargo.toml
- run: cargo check --no-default-features --manifest-path crates/wasm-encoder/Cargo.toml --target x86_64-unknown-none
- run: cargo check --no-default-features --manifest-path crates/wasm-encoder/Cargo.toml --target x86_64-unknown-none --features wasmparser,component-model
- run: cargo check --no-default-features --manifest-path crates/wasm-encoder/Cargo.toml --features component-model
- run: cargo check --no-default-features --manifest-path crates/wasm-encoder/Cargo.toml --features wasmparser
- run: cargo check --no-default-features -p wasm-smith
- run: cargo check --no-default-features -p wasm-smith --features component-model
- run: cargo check --no-default-features -p wasm-smith --features wasmparser
Expand Down
Loading
Loading