Limit release workflow tests to internal packages
All checks were successful
build-windows-exe / build (push) Successful in 1m32s
All checks were successful
build-windows-exe / build (push) Successful in 1m32s
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Test
|
||||
shell: bash
|
||||
run: |
|
||||
GO111MODULE=on go test ./...
|
||||
GO111MODULE=on go test ./internal/...
|
||||
|
||||
- name: Build executables
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user