Skip to content

Commit

Permalink
github: Update for cmd/inc
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Aug 5, 2023
1 parent d67d0d5 commit c074d81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand Down

0 comments on commit c074d81

Please sign in to comment.