Skip to content

Commit

Permalink
preparation for other pr
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianburth committed Jun 13, 2024
1 parent 6d61460 commit 1adc03d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: '${{ github.workspace }}/go.mod'
- name: Unit test
- name: Test
run: |
PATH=$PATH:$(go env GOPATH)/bin make build
PATH=$PATH:$(go env GOPATH)/bin make -f hack/Makefile vault
PATH=$PATH:$(go env GOPATH)/bin make test
lint:
Expand Down

0 comments on commit 1adc03d

Please sign in to comment.