updated test.yaml
Some checks failed
Bot Unit Tests / test (push) Has been cancelled

This commit is contained in:
2026-04-01 20:21:57 +02:00
parent 120b713fb4
commit e4b86421a6

View File

@@ -7,18 +7,13 @@ on:
branches: [ "main", "master" ] branches: [ "main", "master" ]
jobs: jobs:
run-tests: test:
# This MUST match the label you defined in your Docker Stack runs-on: ubuntu-latest
runs-on: go-latest
steps: steps:
- name: Checkout code - uses: actions/checkout@v4
uses: actions/checkout@v4 - name: Set up Go
uses: actions/setup-go@v4
- name: Install dependencies with:
run: go mod tidy go-version: '1.26.1'
- name: Run Tests
- name: Run Go Tests
# -v gives us verbose output so we see exactly what fails
# ./... runs tests in main and db_management
run: go test ./... -v run: go test ./... -v