mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 15:39:37 -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
|
run: ctest -R unit
|
||||||
working-directory: build
|
working-directory: build
|
||||||
|
|
||||||
test-cli-darwin:
|
test-darwin:
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
env:
|
env:
|
||||||
GOPRIVATE: github.com/edgelesssys/*
|
GOPRIVATE: github.com/edgelesssys/*
|
||||||
@ -57,5 +57,8 @@ jobs:
|
|||||||
go-version: "1.19.1"
|
go-version: "1.19.1"
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Unit Tests
|
- name: CLI Unit Tests
|
||||||
run: go test -race -count=3 ./cli/...
|
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