Skip to content

Commit

Permalink
CI: fix test invocation of internal packages
Browse files Browse the repository at this point in the history
  • Loading branch information
phwissmann committed Sep 10, 2024
1 parent daefb09 commit 1bc89c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
go-version: '1.21'

- name: Test internal
run: go test -C internal/* -v
run: go test ./internal/* -v

- name: Build Service
run: go build -C cmd/openem-ingestor-service/ -v
Expand Down

0 comments on commit 1bc89c1

Please sign in to comment.