mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-26 18:05:34 +00:00
fix: address minor data race in command output handling and enable --race in coverage
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
args: release --snapshot --clean
|
||||
|
||||
- name: Test
|
||||
run: PATH=$(pwd):$PATH go test ./...
|
||||
run: PATH=$(pwd):$PATH go test ./... --race
|
||||
|
||||
build-win:
|
||||
runs-on: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user