CI: run golang race checker

This commit is contained in:
Michael Eischer 2022-11-11 21:58:57 +01:00
parent 13fbc96ed3
commit 0e5fe4c6ab
1 changed files with 8 additions and 1 deletions

View File

@ -37,6 +37,13 @@ jobs:
check_changelog: true
install_verb: install
- job_name: Linux (race)
go: 1.19.x
os: ubuntu-latest
test_fuse: true
test_opts: "-race"
install_verb: install
- job_name: Linux
go: 1.18.x
os: ubuntu-latest
@ -152,7 +159,7 @@ jobs:
env:
RESTIC_TEST_FUSE: ${{ matrix.test_fuse }}
run: |
go test -cover ./...
go test -cover ${{matrix.test_opts}} ./...
- name: Test cloud backends
env: