Skip to content

Commit

Permalink
separate ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jongchanpark-furiosa committed Aug 21, 2024
1 parent 45eebb8 commit 781e7f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: go version
- name: build
run: make build
- name: test
run: make test
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.59.1
- name: build and test
run: make all
- name: lint
run: make lint

0 comments on commit 781e7f4

Please sign in to comment.