Skip to content

First version

First version #2

Workflow file for this run

name: Run Tests
on:
workflow_call:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features