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
|
- name: Test
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
GO111MODULE=on go test ./...
|
GO111MODULE=on go test ./internal/...
|
||||||
|
|
||||||
- name: Build executables
|
- name: Build executables
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user