Skip to content

docs: add Test badge (#16) #6

docs: add Test badge (#16)

docs: add Test badge (#16) #6

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run tests
run: "cargo test"