Skip to content

chore: pick version from Cargo.toml for artifacts #175

chore: pick version from Cargo.toml for artifacts

chore: pick version from Cargo.toml for artifacts #175

name: CI integration tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run integration tests
run: make integration