Skip to content

Commit

Permalink
fix: review build
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Nov 20, 2023
1 parent 5c498e5 commit e3dc0ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
- name: Recheck Compiler
if: contains(github.event_name, 'pull_request')
run: |
mkdir -p ./bin
go test .\downloader\.
go build -ldflags "-s -w" .
go test -v ./downloader
go build -ldflags "-s -w" .
- name: Releaser
if: success() && !contains(github.ref, 'main') && !contains(github.event_name, 'pull_request')
Expand Down

0 comments on commit e3dc0ce

Please sign in to comment.