Add basic CI conf (#3)
* Add basic CI conf * Pull in submodules in Rustfmt job * Exclude WASI from workspace; fix name clash in memory crate * Refactor CI conf
This commit is contained in:
@@ -9,4 +9,8 @@ generate = { path = "crates/generate" }
|
||||
memory = { path = "crates/memory" }
|
||||
|
||||
[workspace]
|
||||
members = ["crates/generate"]
|
||||
members = [
|
||||
"crates/generate",
|
||||
"crates/memory"
|
||||
]
|
||||
exclude = ["crates/WASI"]
|
||||
|
||||
Reference in New Issue
Block a user