Skip to content

readme tweak [co ci] #9

readme tweak [co ci]

readme tweak [co ci] #9

Workflow file for this run

name: test
on: push
jobs:
build:
name: random
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test --release -- --test-threads=1 --nocapture --color always