workflows/test-pr-server: Add test step

This commit is contained in:
IRHM
2026-07-13 02:25:11 +01:00
committed by momi
parent 8243838bfb
commit 86286b967f
2 changed files with 8 additions and 1 deletions
+3
View File
@@ -18,6 +18,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: go test all packages
run: go test ./...
- name: gofmt test
run: |
outp=$(gofmt -l .)