ci: add test preparation

This commit is contained in:
Antoine Aflalo
2025-09-09 09:58:50 -04:00
parent 36b9ddc80f
commit e0c8bf340b
3 changed files with 26 additions and 0 deletions

View File

@@ -19,6 +19,11 @@ jobs:
- name: Install gotestsum
run: go install gotest.tools/gotestsum@latest
- name: Setup test environment
run: |
go build -tags testsetup -o test-setup ./cmd/test-setup
./test-setup
- name: Run tests
run: |
mkdir -p test-results