Skip to content

Commit

Permalink
feat: update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Sep 24, 2024
1 parent ab4cd9f commit 1f3766f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[alias]
wasm = "build --release --target wasm32-unknown-unknown"
wasm-debug = "build --target wasm32-unknown-unknown"
unit-test = "test --lib"
integration-test = "test --test integration"
schema = "run --example schema"

0 comments on commit 1f3766f

Please sign in to comment.