Skip to content

Commit

Permalink
fixup! Adds multiplatform build CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Nov 9, 2023
1 parent 769aff6 commit 0744e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version-file: go.mod

- name: build
run: GOOS=${{ matrix.goos }} GOOS=${{ matrix.goarch }} go build
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build

unit-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0744e15

Please sign in to comment.