Skip to content

Commit

Permalink
fix: run itests separated in final-check
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Apr 10, 2024
1 parent f81723f commit 5e880e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ typos-fix-all:
final-check:
cargo fmt --all
just typos
cargo test
RUST_BACKTRACE=1 cargo test --workspace --exclude integrationtests
just run-itests
just build-wasm

Expand Down

0 comments on commit 5e880e8

Please sign in to comment.