Skip to content

docs: fixed note

docs: fixed note #15

Workflow file for this run

on: [push]
name: AGHPB Tests
jobs:
build_and_test:
name: Run AGHPB Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
args: --release --all-features