Skip to content

Commit

Permalink
refactor(build): simplify build and test commands and refactor file s…
Browse files Browse the repository at this point in the history
…tructure
  • Loading branch information
Anthony Green committed Jan 23, 2024
1 parent 080998a commit eaf65f2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: '1.21'

- name: Build
run: go build -o orb/orb -v ./...
run: go build

- name: Test
run: go test -v ./...
run: go test
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sboms:
- artifacts: binary

builds:
- binary: orb/orb
- binary: orb
env:
- CGO_ENABLED=0
ldflags:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eaf65f2

Please sign in to comment.