dev/actions feature: overtime #27

Merged
tom_trgr merged 53 commits from dev/actions into main 2025-09-04 00:58:25 +02:00
Showing only changes of commit c813ba62d4 - Show all commits

View File

@@ -22,6 +22,7 @@ jobs:
${{ runner.os }}-go- ${{ runner.os }}-go-
- name: Run tests - name: Run tests
shell: sh
run: | run: |
go mod tidy go mod tidy
go test ./... -v go test ./... -v