Skip to content

Commit

Permalink
update gh action script
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Jan 19, 2025
1 parent 7a9c86f commit 2eb7666
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ jobs:
${{ runner.os }}-go-
- name: Test
run: |
# # for GOOS in $(go tool dist list|awk -F'/' '{print $1}'|sort -u); do
# # echo -e "\n\nTESTING FOR $GOOS ...\n"
# # go test ./...
# # done
# go test -v ./...
#
#
# if [[ $ENABLE_FULL_ARCHes_TESTS -eq 1 ]]; then
# for GOOS in $(go tool dist list|awk -F'/' '{print $1}'|sort -u); do
# echo -e "\n\nTESTING FOR $GOOS ...\n"
Expand Down

0 comments on commit 2eb7666

Please sign in to comment.