Skip to content

ci: runs integration tests on push (#136) #3

ci: runs integration tests on push (#136)

ci: runs integration tests on push (#136) #3

name: Integration tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.18"
- name: Run integration tests
run: make test-integration