Skip to content

Update README.md

Update README.md #7

Workflow file for this run

name: Tests
on:
push:
branches: [ "master"]
paths:
- '.github/workflows/test.yml'
- 'src/**'
- 'tests/**'
- 'Cargo.toml'
pull_request:
branches: [ "master", "release"]
paths:
- '.github/workflows/test.yml'
- 'src/**'
- 'tests/**'
- 'Cargo.toml'
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: cargo test --verbose