Skip to content

Merge commit 'ce161cb1403759243d9bc10b64a787274ebb4cb1' #270

Merge commit 'ce161cb1403759243d9bc10b64a787274ebb4cb1'

Merge commit 'ce161cb1403759243d9bc10b64a787274ebb4cb1' #270

name: Pact-Rust Compatibility Suite
on: [push, pull_request]
jobs:
v1:
runs-on: ubuntu-latest
env:
pact_do_not_track: true
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- name: Run Cucumber
run: cargo test --test v1*
working-directory: compatibility-suite
v2:
runs-on: ubuntu-latest
env:
pact_do_not_track: true
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- name: Run Cucumber
run: cargo test --test v2*
working-directory: compatibility-suite
v3:
runs-on: ubuntu-latest
env:
pact_do_not_track: true
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- name: Run Cucumber
run: cargo test --test v3*
working-directory: compatibility-suite