From c8b22e87e36d228020d2210be625c85233011983 Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Thu, 15 Sep 2022 14:46:56 +0200 Subject: [PATCH] CI: Add cdbg/debugd unit tests for macOS --- .github/workflows/test-unittest.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-unittest.yml b/.github/workflows/test-unittest.yml index f654f5610..1d0f98340 100644 --- a/.github/workflows/test-unittest.yml +++ b/.github/workflows/test-unittest.yml @@ -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/...