Skip to content

Commit f65515b

Browse files
committed
ci: fix test runner flags (-v → --show-output)
1 parent 7476b4e commit f65515b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/proof.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
toolchain: "1.93.0"
7777
- uses: Swatinem/rust-cache@v2
7878
- name: Run foundation proofs
79-
run: cargo test --test proof_foundation -- --test-threads=1 -v
79+
run: cargo test --test proof_foundation -- --test-threads=1 --show-output
8080

8181
# ---------------------------------------------------------------------------
8282
# Reasoning Ladder Proofs (Sun et al. 2025 tier verification)
@@ -92,7 +92,7 @@ jobs:
9292
toolchain: "1.93.0"
9393
- uses: Swatinem/rust-cache@v2
9494
- name: Run reasoning ladder proofs
95-
run: cargo test --test proof_reasoning_ladder -- --test-threads=1 -v
95+
run: cargo test --test proof_reasoning_ladder -- --test-threads=1 --show-output
9696

9797
# ---------------------------------------------------------------------------
9898
# Tactics Proofs (34 cognitive tactics structural verification)
@@ -108,7 +108,7 @@ jobs:
108108
toolchain: "1.93.0"
109109
- uses: Swatinem/rust-cache@v2
110110
- name: Run tactics proofs
111-
run: cargo test --test proof_tactics -- --test-threads=1 -v
111+
run: cargo test --test proof_tactics -- --test-threads=1 --show-output
112112

113113
# ---------------------------------------------------------------------------
114114
# Level A Gap Proofs (hardening / race condition coverage)

0 commit comments

Comments
 (0)