Skip to content

Added backwards compatibility unit test #86

Added backwards compatibility unit test

Added backwards compatibility unit test #86

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: hecrj/setup-rust-action@v1
- name: Run clippy
run: |
cargo clippy
- name: Run unit tests
run: |
cargo test --all-features