Skip to content

Added spec for 3.2.0 and 3.1.0 #149

Added spec for 3.2.0 and 3.1.0

Added spec for 3.2.0 and 3.1.0 #149

Workflow file for this run

name: Test
on: pull_request
jobs:
cargo_test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace
integration_test:
name: run all integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- run: CLEAN=true rake run_all