diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66c9075..0d6e641 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Fuzzy test the parser run: | cd lib/xixanta - cargo +nightly fuzz run fuzz_target_1 -- -max_total_time=180 + cargo +nightly fuzz run fuzz_target_parser -- -max_total_time=180 fuzz_assembler: runs-on: ubuntu-latest @@ -66,7 +66,7 @@ jobs: - name: Fuzzy test the assembler run: | cd lib/xixanta - cargo +nightly fuzz run fuzz_target_2 -- -max_total_time=180 + cargo +nightly fuzz run fuzz_target_assembler -- -max_total_time=180 fuzz_header: runs-on: ubuntu-latest |
