Skip to content

Merge pull request #7 from laisee/codex/fix-failing-unit-test-assertions #55

Merge pull request #7 from laisee/codex/fix-failing-unit-test-assertions

Merge pull request #7 from laisee/codex/fix-failing-unit-test-assertions #55

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run tests
run: cargo test