Skip to content

Commit 4cf7014

Browse files
committed
Sequential test running
1 parent 0740317 commit 4cf7014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install cargo-component
5959
run: cargo binstall --force --locked cargo-component@0.21.1
6060
- name: Tests
61-
run: cargo test -- --nocapture --report-time --format junit --logfile target/report.xml
61+
run: cargo test -- --report-time --format junit --logfile target/report.xml
6262
- name: Publish Test Report
6363
uses: mikepenz/action-junit-report@v5
6464
if: success() || failure() # always run even if the previous step fails

0 commit comments

Comments
 (0)