Skip to content

Commit

Permalink
fixup! gh: Add ghactions build/test/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau committed Jun 13, 2024
1 parent 8fcc39e commit 1397592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macadam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ jobs:
name: amd64 linux binary
path: "./bin/macadam-linux-amd64"
test:
steps:
- name: Test
if: matrix.os != 'macOS-11'
run: make test
lint:
steps:
- name: vet
run: make vet
- name: golangci-lint
Expand Down

0 comments on commit 1397592

Please sign in to comment.