Skip to content

Add build and test status badges to README #2

Add build and test status badges to README

Add build and test status badges to README #2

Workflow file for this run

name: Test
on:
push:
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose