Skip to content

Commit 15516b6

Browse files
committed
ci: add compiletests for spv1.5 and spv1.6
1 parent 61e23d4 commit 15516b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ jobs:
154154
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env spv1.3
155155
- name: compiletest spv1.4
156156
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env spv1.4
157+
- name: compiletest spv1.5
158+
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env spv1.5
159+
- name: compiletest spv1.6
160+
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env spv1.6
157161

158162
difftest:
159163
name: Difftest

0 commit comments

Comments
 (0)