Skip to content

Minor wording updates to the undefined behavior section #44

Minor wording updates to the undefined behavior section

Minor wording updates to the undefined behavior section #44

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4" mdbook)
- run: mdbook build && mdbook test