Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Adds clippy linter, refactors CI to use it (#151) #11

Adds clippy linter, refactors CI to use it (#151)

Adds clippy linter, refactors CI to use it (#151) #11

# Attempts to build and run a single fuzzer run per-target, just to validate
# the fuzzing code is working.
name: ubuntu cargo fuzz
on: [push, pull_request]
jobs:
test:
name: cargo fuzz
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: installing cargo-fuzz
run: cargo install cargo-fuzz
- name: checking fuzzer build
run: cargo fuzz run lex -- -runs=0