Skip to content

Add manual mismatch filter #137

Add manual mismatch filter

Add manual mismatch filter #137

Workflow file for this run

name: Run Tests
on:
push:
branches:
- 'main'
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test