Skip to content

chore: for windows use tag for release #102

chore: for windows use tag for release

chore: for windows use tag for release #102

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.22"
- name: Run integration tests
run: make test-integration