Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jan 18, 2022
1 parent 2933aa4 commit dfe3025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
needs: [ matrix ]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
cfg: ${{ fromJson(needs.matrix.outputs.matrix) }}
name: Builder (${{ matrix.cfg.commit }}, Go ${{ matrix.cfg.go }})
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
fi
function join { local IFS="$1"; shift; echo "$*"; }
tags=$(join , ${TAGS[@]})
echo $tags
if [[ -n $tags ]]; then tags="-tags $tags"; fi
go build $tags -o transport-go${{ matrix.cfg.go }}-${{ matrix.cfg.commit }} integrationtests/main.go
- name: Upload binary
Expand Down

0 comments on commit dfe3025

Please sign in to comment.