Skip to content

bump version to 1.1.3 #156

bump version to 1.1.3

bump version to 1.1.3 #156

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