Skip to content

Commit

Permalink
Merge branch 'tomas/temp-skip-integration' (#1759)
Browse files Browse the repository at this point in the history
* tomas/temp-skip-integration:
  make: skip integration tests
  • Loading branch information
tzemanovic committed Jul 25, 2023
2 parents ddb8fb4 + a9e638b commit 33d9456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ audit:

test: test-unit test-e2e test-wasm

# Integration and unit tests with coverage report
# Unit tests with coverage report
test-coverage:
$(cargo) +$(nightly) llvm-cov --output-dir target \
--features namada/testing \
--html \
-- --skip e2e -Z unstable-options --report-time
-- --skip e2e --skip integration -Z unstable-options --report-time

# NOTE: `TEST_FILTER` is prepended with `e2e::`. Since filters in `cargo test`
# work with a substring search, TEST_FILTER only works if it contains a string
Expand Down

0 comments on commit 33d9456

Please sign in to comment.