There was an error while loading. Please reload this page.
1 parent a7be374 commit 3c74afbCopy full SHA for 3c74afb
1 file changed
.github/workflows/ci.yaml
@@ -156,6 +156,10 @@ jobs:
156
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env spv1.3
157
- name: compiletest spv1.4
158
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env spv1.4
159
+ - name: compiletest spv1.5
160
+ run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env spv1.5
161
+ - name: compiletest spv1.6
162
+ run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env spv1.6
163
164
difftest:
165
name: Difftest
0 commit comments