Skip to content

Commit

Permalink
fix: change build method
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjooon2 committed Sep 23, 2024
1 parent 4426e64 commit 12fe560
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ jobs:
with:
go-version: 1.22.5

- name: Install dependencies
run: go get .

- name: Build
run: go build -v ./...
- name: Build file
run: go build ./cmd/main.go

- name: Test with the Go CLI
run: go test

0 comments on commit 12fe560

Please sign in to comment.