mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 01:35:18 -04:00
Update unit test workflow
This commit is contained in:
parent
2fb2c8c341
commit
2c8ccf881a
1 changed files with 6 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue