File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments