Skip to content

add PartialEq to Parser if needed #40

add PartialEq to Parser if needed

add PartialEq to Parser if needed #40

Workflow file for this run

name: Rust tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: IronCoreLabs/rust-toolchain@v1
- name: Run tests
run: cargo test --workspace