Skip to content

fix: integration step filter type field name (#40) #65

fix: integration step filter type field name (#40)

fix: integration step filter type field name (#40) #65

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- nightly
- stable
- 1.63.0
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- name: Run tests
run: cargo test