Simplify smoke test debugging

This commit is contained in:
Michael Eischer
2026-05-10 00:12:42 +02:00
parent 6080c784e4
commit a1c870c675
+2
View File
@@ -137,12 +137,14 @@ jobs:
go run build.go
- name: Minimal test
timeout-minutes: 3
run: |
./restic init
./restic backup .
env:
RESTIC_REPOSITORY: ../testrepo
RESTIC_PASSWORD: password
RESTIC_DEBUG_STACKTRACE_SIGINT: "true"
- name: Run local Tests
env: