Skip to content

ci: clean up ci config #34

ci: clean up ci config

ci: clean up ci config #34

Workflow file for this run

name: test
on: [push]
jobs:
cargo-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test