Skip to content

add test

add test #1

Workflow file for this run

name: test
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
test-ubuntu-20-04:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: cargo test --release