mirror of
https://github.com/restic/restic.git
synced 2026-05-14 06:25:22 +00:00
Simplify smoke test debugging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user