Skip to content

Commit 82de57d

Browse files
committed
cross platform
1 parent ac73f5a commit 82de57d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
- name: Download modules
4747
run: go mod download
4848

49-
- name: Test
50-
run: go test -v ./...
49+
# - name: Test
50+
# run: go test -v ./...
5151

5252
- name: Build (Windows)
5353
if: runner.os == 'Windows'
@@ -61,7 +61,7 @@ jobs:
6161
if: runner.os == 'macOS'
6262
run: GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 go build -v -o output/GoFlappy-macos .
6363

64-
#assets
64+
#include assets
6565
- name: Copy assets
6666
run: |
6767
cp -r ./assets output/

0 commit comments

Comments
 (0)