Skip to content

Merge pull request #1 from KeystoneHQ/feat/0.3.2 #2

Merge pull request #1 from KeystoneHQ/feat/0.3.2

Merge pull request #1 from KeystoneHQ/feat/0.3.2 #2

Workflow file for this run

name: udeps
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- run: cargo install cargo-udeps
- run: cargo udeps
- run: cd fuzz && cargo udeps