Skip to content

Move hash-to-curve tests to tests/ for compilation performance #54

Move hash-to-curve tests to tests/ for compilation performance

Move hash-to-curve tests to tests/ for compilation performance #54

Workflow file for this run

name: Stable lints
# We only run these lints on trial-merges of PRs to reduce noise.
on: pull_request
jobs:
clippy:
name: Clippy (MSRV)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clippy
uses: actions-rs/clippy-check@v1
with:
name: Clippy (MSRV)
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --all-targets -- -D warnings