ci: skip regular tests for Go 1.21, only run coverage tests

This commit is contained in:
rulego-team
2025-08-08 09:54:54 +08:00
parent 049295b599
commit c2c8f86d7f
+1
View File
@@ -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