Skip to content

move iri test into a separate module #40

move iri test into a separate module

move iri test into a separate module #40

Workflow file for this run

name: Latest
on:
push:
branches:
- "master"
- "main"
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- run: cargo test --verbose -- --nocapture