Skip to content

Commit

Permalink
modified rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OLUWAMUYIWA committed Nov 12, 2022
1 parent ac18d55 commit 6b999ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --workspace --no-default-features --target wasm32-unknown-unknown
args: --workspace --no-default-features --target wasm32-unknown-unknown --exclude wasmi_wasi

test:
name: Test
Expand Down

0 comments on commit 6b999ac

Please sign in to comment.