Skip to content

fix links to github repository #126

fix links to github repository

fix links to github repository #126

Workflow file for this run

name: tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
steps:
- uses: actions/checkout@v3
- run: cargo test