Skip to content

Add GitHub check and test workflows #1

Add GitHub check and test workflows

Add GitHub check and test workflows #1

Workflow file for this run

# .github/workflows/test.yml
on:
push:
branches:
- master
pull_request:
jobs:
test:
uses: joshka/github-workflows/.github/workflows/rust-test.yml@main
with:
crate_type: lib # (optional) change to bin to avoid running cargo test --doc
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}