Skip to content

Commit

Permalink
chore: enhance test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Feb 7, 2024
1 parent 449214e commit 9f203b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ jobs:
goos: [linux, windows, darwin]
goarch: [amd64]
steps:
- name: Set BUILD_TIME env
run: echo BUILD_TIME=$(date) >> ${GITHUB_ENV}
- name: Checkout
uses: actions/checkout@v4
- name: Run go-release-action on test code
Expand All @@ -218,6 +220,6 @@ jobs:
goarch: ${{ matrix.goarch }}
project_path: ./test/mutli-binaries/...
extra_files: LICENSE README.md
build_flags: -v
build_flags: -v -tags v0.1-test-assets-${{ env.BUILD_TIME }}
overwrite: true
release_tag: v0.1-test-assets

0 comments on commit 9f203b3

Please sign in to comment.