Skip to content

Commit

Permalink
CI: Test all packages
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <knut@ahlers.me>
  • Loading branch information
Luzifer committed Oct 4, 2023
1 parent bbf80c8 commit 51da773
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,17 @@ jobs:
- name: Marking workdir safe
run: git config --global --add safe.directory /__w/ots/ots

- name: Lint and test code
- name: 'Lint and test code: API'
run: |
go test -v ./...
- name: 'Lint and test code: Client'
working-directory: ./pkg/client
run: |
go test -v ./...
- name: 'Lint and test code: OBS-CLI'
working-directory: ./cmd/obs-cli
run: |
go test -v ./...
Expand Down

0 comments on commit 51da773

Please sign in to comment.