Skip to content

chore: reduce ci usage #1144

chore: reduce ci usage

chore: reduce ci usage #1144

name: Pact-Rust Compatibility Suite
on:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
env:
pact_do_not_track: true
jobs:
compatibility-suite:
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-13, macos-14]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@v2
with:
tool: cargo-nextest
- name: Run Cucumber
run: cargo nextest run
working-directory: compatibility-suite