Skip to content

Commit

Permalink
fix-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisbaccour committed Sep 30, 2022
1 parent 66409c0 commit 4dbd736
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[alias]
wasm = "build --release --target wasm32-unknown-unknown"
unit-test = "test --lib"
schema = "run --example schema"
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Unit Tests
environment:
RUST_BACKTRACE: 1
command: cargo test --locked
command: cargo unit-test --locked
- run:
name: Build and run schema generator
command: cargo schema --locked
Expand Down

0 comments on commit 4dbd736

Please sign in to comment.