Skip to content

Find unused dependencies using cargo-machete (#246) #1152

Find unused dependencies using cargo-machete (#246)

Find unused dependencies using cargo-machete (#246) #1152

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.74
profile: minimal
override: true
components: rustfmt, clippy
- uses: Swatinem/[email protected]
- run: make setup-ci
- run: make unit
- run: make cuke
- run: make lint