Limit release workflow tests to internal packages
All checks were successful
build-windows-exe / build (push) Successful in 1m32s

This commit is contained in:
messypy
2026-07-27 23:16:14 +09:00
parent b25e002092
commit 4df1a5d71a

View File

@@ -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