diff --git a/.github/workflows/tip.yaml b/.github/workflows/tip.yaml new file mode 100644 index 000000000..3affedb59 --- /dev/null +++ b/.github/workflows/tip.yaml @@ -0,0 +1,24 @@ +name: Tip + +on: + push: + branches: + - generics + pull_request: + +jobs: + build: + name: Build + runs-on: ubuntu-latest + + steps: + - name: Set up gotip + run: | + go install golang.org/dl/gotip@latest + gotip download + + - name: Checkout code + uses: actions/checkout@v2 + + - name: Run tests + run: gotip test -v ./endpoint/ ./transport/http2/