Skip to content

Fix PartialOrd misimplementation #6

Fix PartialOrd misimplementation

Fix PartialOrd misimplementation #6

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-and-test:
name: Cargo run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test