File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
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)
You can’t perform that action at this time.
0 commit comments