Skip to content

Commit 120c2be

Browse files
committed
ci: use stable-selftests tag
Use the stable-selftests tag instead of $VERSION-selftests, since the latter is going away. Signed-off-by: Lorenz Bauer <[email protected]>
1 parent 79b6759 commit 120c2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ jobs:
128128
env:
129129
GOTRACEBACK: crash
130130
run: |
131-
gotestsum --raw-command --ignore-non-json-output-lines --junitfile junit.xml -- vimto -kernel :${CI_MAX_KERNEL_VERSION}-selftests -- go test -timeout 5m -short -count 1 -json ./...
131+
gotestsum --raw-command --ignore-non-json-output-lines --junitfile junit.xml -- vimto -kernel :stable-selftests -- go test -timeout 5m -short -count 1 -json ./...
132132
133133
- name: Benchmark
134-
run: vimto -kernel :${CI_MAX_KERNEL_VERSION}-selftests -- go test -short -run '^$' -bench . -benchtime=1x ./...
134+
run: vimto -kernel :stable-selftests -- go test -short -run '^$' -bench . -benchtime=1x ./...
135135

136136
- name: Upload coredumps
137137
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)