Skip to content

Commit

Permalink
fix: multi test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Feb 7, 2024
1 parent 9f203b3 commit cf93ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: ./test/mutli-binaries/...
project_path: ./mutli-binaries/...
pre_command: go mod init localtest
extra_files: LICENSE README.md
build_flags: -v -tags v0.1-test-assets-${{ env.BUILD_TIME }}
overwrite: true
Expand Down
3 changes: 0 additions & 3 deletions test/mutli-binaries/go.mod

This file was deleted.

0 comments on commit cf93ea7

Please sign in to comment.