Skip to content

Commit 3c74afb

Browse files
committed
ci: add compiletests for spv1.5 and spv1.6
1 parent a7be374 commit 3c74afb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ jobs:
156156
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env spv1.3
157157
- name: compiletest spv1.4
158158
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
159163

160164
difftest:
161165
name: Difftest

0 commit comments

Comments
 (0)