From c074d81f48b19f8f6e844f702d6794663356d7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Sat, 5 Aug 2023 00:18:50 -0400 Subject: [PATCH] github: Update for cmd/inc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6bcb7b97779..dcbc5ae8d1a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -261,11 +261,11 @@ jobs: run: | mkdir bin - - name: Build static incc + - name: Build static inc env: CGO_ENABLED: 0 run: | - go build -o bin ./inc + go build -o bin ./cmd/inc - name: Build static incus-migrate if: runner.os == 'Linux' @@ -282,7 +282,7 @@ jobs: - name: Unit tests (inc) env: CGO_ENABLED: 0 - run: go test -v ./inc/... + run: go test -v ./cmd/inc/... - name: Unit tests (shared) env: