Run unit tests in PR workflow

Co-authored-by: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-08-05 14:58:30 +00:00 committed by GitHub
parent 3347d40b92
commit 4ddbebf4c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,10 @@ jobs:
go-version-file: test/go.mod
cache-dependency-path: test/go.sum
- name: Run unit tests
working-directory: test
run: go test ./...
- name: Build .dat and .yml
run: |
[ -d ./base/data/ ] && [ -d ./test/data/ ] || exit 1