mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 15:09:39 -05:00
CI: Add cdbg/debugd unit tests for macOS
This commit is contained in:
parent
52d1afaf0b
commit
c8b22e87e3
7
.github/workflows/test-unittest.yml
vendored
7
.github/workflows/test-unittest.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
run: ctest -R unit
|
||||
working-directory: build
|
||||
|
||||
test-cli-darwin:
|
||||
test-darwin:
|
||||
runs-on: macos-12
|
||||
env:
|
||||
GOPRIVATE: github.com/edgelesssys/*
|
||||
@ -57,5 +57,8 @@ jobs:
|
||||
go-version: "1.19.1"
|
||||
cache: true
|
||||
|
||||
- name: Unit Tests
|
||||
- name: CLI Unit Tests
|
||||
run: go test -race -count=3 ./cli/...
|
||||
|
||||
- name: cdbg/debugd Unit Tests
|
||||
run: go test -race -count=3 ./debugd/...
|
||||
|
Loading…
Reference in New Issue
Block a user