Skip to content

Commit

Permalink
Add test steps to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiante committed Dec 27, 2023
1 parent cf0d36c commit cda9019
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ jobs:

- name: Lint
run: go vet -v ./...

- name: Install locally
run: go install ./cmd/xd

- name: Test installed binary
run: xd --help

- name: Test installed binary
run: xd gen project-id customer.squeeze.one

0 comments on commit cda9019

Please sign in to comment.