Skip to content

release v0.1.2

release v0.1.2 #30

Workflow file for this run

name: Rust
on:
push:
branches: [ "main", "rc" ]
pull_request:
branches: [ "main", "rc" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: duke-git/rufl