mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Update unit test workflow
This commit is contained in:
parent
2fb2c8c341
commit
2c8ccf881a
9
.github/workflows/test-unittest.yml
vendored
9
.github/workflows/test-unittest.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: sudo apt-get update && sudo apt-get install -y pkg-config libcryptsetup12 libcryptsetup-dev
|
||||
|
||||
- name: Test
|
||||
# https://github.com/golang/go/issues/50745
|
||||
run: go test -race -count=3 $(go list -f '{{.Dir}}/...' -m | xargs)
|
||||
- name: Test main module
|
||||
run: go test -race -count=3 ./...
|
||||
|
||||
- name: Test hack module
|
||||
run: go test -race -count=3 ./...
|
||||
working-directory: hack
|
||||
|
Loading…
Reference in New Issue
Block a user