Skip to content

Commit

Permalink
Exclude integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 20, 2024
1 parent ed53892 commit 461e828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ generate-full-help-doc:
cargo run --bin doc-gen --features clap-markdown

test: build-test
cargo test --workspace
cargo test --workspace --exclude soroban-test
cargo test -p soroban-test -- --skip integration::

e2e-test:
cargo test --features it --test it -- integration
Expand Down

0 comments on commit 461e828

Please sign in to comment.