From abd9a7679e5da78a51ed5eb488ae081a2bcb2b6c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 7 Oct 2024 15:14:34 +0200 Subject: ci: Add fuzzy testing to the parser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66fcaa8..818c8bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ env: RUSTFLAGS: "-Dwarnings" jobs: - clippy_check: + test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -20,3 +20,8 @@ jobs: - name: Run Clippy run: cargo clippy --all-targets --all-features + + - name: Fuzzy testing + run: | + cd lib/xixanta + cargo +nightly fuzz run fuzz_target_1 -- -max_total_time=180 -- cgit v1.2.3