Skip to content

Commit 1533a5d

Browse files
committed
Run unit tests in CI instead of coverage
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent 6180b1f commit 1533a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ unused-deps:
8888
cargo +nightly machete
8989

9090
# Run unit tests
91+
[group('ci')]
9192
[metadata('pacman', 'cargo-nextest')]
9293
test:
9394
#!/usr/bin/bash
@@ -112,7 +113,6 @@ integration-test:
112113
tangler sh < README.md | sed --quiet --regexp-extended 's/^\$ (.*)/\1/p' | PATH="$target/debug:$PATH" bash -euxo pipefail -
113114

114115
# Report on all tests
115-
[group('ci')]
116116
[metadata('gitlabci-job', '{"coverage":"/Line coverage: ([0-9.]*)%/","artifacts":{"when":"always","reports":{"junit":"target/nextest/ci/junit.xml","metrics":"target/metrics.txt","coverage_report":{"coverage_format":"cobertura","path":"target/coverage.xml"}}}}')]
117117
[metadata('pacman', 'rust', 'cargo-llvm-cov', 'rustup', 'python')]
118118
report-test:

0 commit comments

Comments
 (0)