CI: Add cdbg/debugd unit tests for macOS

This commit is contained in:
Nils Hanke 2022-09-15 14:46:56 +02:00 committed by Nils Hanke
parent 52d1afaf0b
commit c8b22e87e3

View File

@ -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/...