Skip to content

Merge pull request #132 from rjjatson/feature/payout-idempotency-key #229

Merge pull request #132 from rjjatson/feature/payout-idempotency-key

Merge pull request #132 from rjjatson/feature/payout-idempotency-key #229

Workflow file for this run

name: "integration-test"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.15.x, 1.14.x, 1.13.x ]
name: Test with Go version ${{ matrix.go-version }}
steps:
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Checkout
uses: actions/checkout@v2
- run: go test ./...
- run: go run ./integration_test
env:
SECRET_KEY: xnd_development_chBDpzjQZEI8nncBLrWtwau5r7rgiuunCJ4JCqsd68rXemDd74BnRpdO0bIZAMK