cargo test workflow
Some checks failed
/ Test-Suite (push) Failing after 35s

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-13 19:08:38 -05:00
parent d1c1d28e9d
commit bb493b710c

View File

@ -0,0 +1,10 @@
on: [ push, pull_request ]
jobs:
check:
name: Test-Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test