Skip to content

Commit

Permalink
Use CLI's flag instead of exclude example.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Dec 6, 2023
1 parent 666aa6a commit 2c035e9
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ jobs:

- name: Build and run example wasi_ssr_module
run: |
cargo build --manifest-path examples/wasi_ssr_module/Cargo.toml --target wasm32-wasi
~/wasmtime examples/wasi_ssr_module/target/wasm32-wasi/debug/wasi_ssr_module.wasm
cargo build --package wasi_ssr_module --target wasm32-wasi
~/wasmtime --trap-unknown-imports target/wasm32-wasi/debug/wasi_ssr_module.wasm
test-lints:
name: Test lints on nightly
Expand Down
91 changes: 89 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = ["packages/*", "tools/*", "examples/*"]
exclude = ["examples/wasi_ssr_module"]
default-members = ["packages/*"]
resolver = "2"

Expand Down
2 changes: 0 additions & 2 deletions examples/wasi_ssr_module/.gitignore

This file was deleted.

0 comments on commit 2c035e9

Please sign in to comment.