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