1212#
1313# Total: 39 proofs verifying cognitive substrate invariants.
1414#
15- # Rust version: pinned to 1.93 .0 to match Dockerfile build environment.
15+ # Rust version: pinned to 1.94 .0 to match Dockerfile build environment.
1616# RUSTFLAGS: -D warnings with targeted -A for noise lints in evolving codebase.
1717# =============================================================================
1818
@@ -56,18 +56,16 @@ jobs:
5656 steps :
5757 - uses : actions/checkout@v4
5858
59- - name : Init vendor submodules
60- run : git submodule update --init vendor/rustynum
6159
6260 - name : Clone sibling repos (OBLIGATORY deps)
6361 run : |
64- git clone --depth 1 https://github.com/AdaWorldAPI/rustynum .git ../rustynum
62+ git clone --depth 1 https://github.com/AdaWorldAPI/ndarray .git ../ndarray
6563 git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
6664 git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
6765
6866 - uses : dtolnay/rust-toolchain@master
6967 with :
70- toolchain : " 1.93 .0"
68+ toolchain : " 1.94 .0"
7169 - uses : Swatinem/rust-cache@v2
7270 - name : cargo check
7371 run : cargo check --lib --tests
@@ -82,18 +80,16 @@ jobs:
8280 steps :
8381 - uses : actions/checkout@v4
8482
85- - name : Init vendor submodules
86- run : git submodule update --init vendor/rustynum
8783
8884 - name : Clone sibling repos (OBLIGATORY deps)
8985 run : |
90- git clone --depth 1 https://github.com/AdaWorldAPI/rustynum .git ../rustynum
86+ git clone --depth 1 https://github.com/AdaWorldAPI/ndarray .git ../ndarray
9187 git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
9288 git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
9389
9490 - uses : dtolnay/rust-toolchain@master
9591 with :
96- toolchain : " 1.93 .0"
92+ toolchain : " 1.94 .0"
9793 - uses : Swatinem/rust-cache@v2
9894 - name : Run foundation proofs
9995 run : cargo test --test proof_foundation -- --test-threads=1 --show-output
@@ -108,18 +104,16 @@ jobs:
108104 steps :
109105 - uses : actions/checkout@v4
110106
111- - name : Init vendor submodules
112- run : git submodule update --init vendor/rustynum
113107
114108 - name : Clone sibling repos (OBLIGATORY deps)
115109 run : |
116- git clone --depth 1 https://github.com/AdaWorldAPI/rustynum .git ../rustynum
110+ git clone --depth 1 https://github.com/AdaWorldAPI/ndarray .git ../ndarray
117111 git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
118112 git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
119113
120114 - uses : dtolnay/rust-toolchain@master
121115 with :
122- toolchain : " 1.93 .0"
116+ toolchain : " 1.94 .0"
123117 - uses : Swatinem/rust-cache@v2
124118 - name : Run reasoning ladder proofs
125119 run : cargo test --test proof_reasoning_ladder -- --test-threads=1 --show-output
@@ -134,18 +128,16 @@ jobs:
134128 steps :
135129 - uses : actions/checkout@v4
136130
137- - name : Init vendor submodules
138- run : git submodule update --init vendor/rustynum
139131
140132 - name : Clone sibling repos (OBLIGATORY deps)
141133 run : |
142- git clone --depth 1 https://github.com/AdaWorldAPI/rustynum .git ../rustynum
134+ git clone --depth 1 https://github.com/AdaWorldAPI/ndarray .git ../ndarray
143135 git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
144136 git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
145137
146138 - uses : dtolnay/rust-toolchain@master
147139 with :
148- toolchain : " 1.93 .0"
140+ toolchain : " 1.94 .0"
149141 - uses : Swatinem/rust-cache@v2
150142 - name : Run tactics proofs
151143 run : cargo test --test proof_tactics -- --test-threads=1 --show-output
@@ -160,18 +152,16 @@ jobs:
160152 steps :
161153 - uses : actions/checkout@v4
162154
163- - name : Init vendor submodules
164- run : git submodule update --init vendor/rustynum
165155
166156 - name : Clone sibling repos (OBLIGATORY deps)
167157 run : |
168- git clone --depth 1 https://github.com/AdaWorldAPI/rustynum .git ../rustynum
158+ git clone --depth 1 https://github.com/AdaWorldAPI/ndarray .git ../ndarray
169159 git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
170160 git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
171161
172162 - uses : dtolnay/rust-toolchain@master
173163 with :
174- toolchain : " 1.93 .0"
164+ toolchain : " 1.94 .0"
175165 - uses : Swatinem/rust-cache@v2
176166 - name : Run level A gap proofs
177167 run : cargo test --test proof_level_a_gaps -- --test-threads=1
@@ -186,18 +176,16 @@ jobs:
186176 steps :
187177 - uses : actions/checkout@v4
188178
189- - name : Init vendor submodules
190- run : git submodule update --init vendor/rustynum
191179
192180 - name : Clone sibling repos (OBLIGATORY deps)
193181 run : |
194- git clone --depth 1 https://github.com/AdaWorldAPI/rustynum .git ../rustynum
182+ git clone --depth 1 https://github.com/AdaWorldAPI/ndarray .git ../ndarray
195183 git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
196184 git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
197185
198186 - uses : dtolnay/rust-toolchain@master
199187 with :
200- toolchain : " 1.93 .0"
188+ toolchain : " 1.94 .0"
201189 - uses : Swatinem/rust-cache@v2
202190 - name : Run all unit tests
203191 run : cargo test --lib -- --test-threads=4
0 commit comments