Skip to content

setup github actions for tests and typos #1

setup github actions for tests and typos

setup github actions for tests and typos #1

Workflow file for this run

name: Tests
on:
push:
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: |
cargo test