This commit is contained in:
spiritlhl 2024-05-01 08:48:31 +00:00
parent d741b54154
commit 2d1f837177

View File

@ -23,6 +23,7 @@ jobs:
- name: Build and Test on Default Platform
run: |
cd ${{ github.workspace }}
go build -v ./...
go test -v ./...
@ -97,6 +98,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Release Go Binary
run: |
go build -o backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v ./...
cd ${{ github.workspace }}
go build -o backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v ./...