chore: run golang tests

This commit is contained in:
Aveline
2025-05-16 19:53:01 +02:00
committed by GitHub
parent d54568642b
commit fea89a0d23
6 changed files with 127 additions and 8 deletions

View File

@@ -32,6 +32,13 @@ jobs:
- name: Build application
run: |
make build_dev
- name: Run tests
run: |
go test ./... -json > testreport.json
- name: Golang Test Report
uses: becheran/go-testreport@v0.3.2
with:
output: "testreport.json"
- name: Upload artifact
uses: actions/upload-artifact@v4
with: