forked from GiteaTest2015/streamsql
ci: skip regular tests for Go 1.21, only run coverage tests
This commit is contained in:
@@ -41,6 +41,7 @@ jobs:
|
||||
run: go build -v ./...
|
||||
|
||||
- name: Run tests
|
||||
if: matrix.go-version != '1.21'
|
||||
run: go test -v -race -timeout 300s ./...
|
||||
|
||||
- name: Run tests with coverage
|
||||
|
||||
Reference in New Issue
Block a user