try build
Some checks failed
Run short tests / run-tests (push) Has been cancelled

This commit is contained in:
2025-05-21 19:56:54 +02:00
parent 8df89d3478
commit 06606ca06c

View File

@@ -1,6 +1,7 @@
name: Run nightly tests name: Run nightly tests
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '0 20 * * *' # Every day at 20:00 UTC - cron: '0 20 * * *' # Every day at 20:00 UTC
push: push:
@@ -16,7 +17,8 @@ jobs:
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.23' go-version: '1.23'
- name: build
- name: Test run: go build
working-directory: ./src # - name: Run nightly tests
run: go test -v --short ./... # working-directory: ./tests
# run: go test -v --short ./...