mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
Enable debug builds for CI
This commit is contained in:
parent
f72f6c9c80
commit
54a6d98945
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -222,6 +222,7 @@ jobs:
|
||||
run: |
|
||||
mkdir build-output
|
||||
gox -parallel 2 -verbose -osarch "$GOX_ARCHS" -output "build-output/{{.Dir}}_{{.OS}}_{{.Arch}}" ./cmd/restic
|
||||
gox -parallel 2 -verbose -osarch "$GOX_ARCHS" -tags debug -output "build-output/{{.Dir}}_{{.OS}}_{{.Arch}}_debug" ./cmd/restic
|
||||
|
||||
lint:
|
||||
name: lint
|
||||
|
Loading…
Reference in New Issue
Block a user