diff options
| author | Ruben ten Hove <ruben.tenhove@tno.nl> | 2022-06-21 18:52:43 +0200 |
|---|---|---|
| committer | Ruben ten Hove <ruben.tenhove@tno.nl> | 2022-06-21 18:52:43 +0200 |
| commit | a5822c7c2fc34e52defe630b418db7f856bc4f89 (patch) | |
| tree | a4442e69afa4c27d952ddc77de0daa8939176722 /.github/workflows/rust_custom_mutator.yml | |
| parent | 01cb84051a9d4bfd33123902577f9310bb6c251d (diff) | |
| download | afl++-a5822c7c2fc34e52defe630b418db7f856bc4f89.tar.gz | |
various changes
Diffstat (limited to '.github/workflows/rust_custom_mutator.yml')
| -rw-r--r-- | .github/workflows/rust_custom_mutator.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust_custom_mutator.yml b/.github/workflows/rust_custom_mutator.yml index c279439e..eb3e2581 100644 --- a/.github/workflows/rust_custom_mutator.yml +++ b/.github/workflows/rust_custom_mutator.yml @@ -17,7 +17,7 @@ jobs: matrix: os: [ubuntu-22.04, ubuntu-20.04] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Rust Toolchain uses: actions-rs/toolchain@v1 with: @@ -27,4 +27,4 @@ jobs: - name: Run General Tests run: cargo test - name: Run Tests for afl_internals feature flag - run: cd custom_mutator && cargo test --features=afl_internals \ No newline at end of file + run: cd custom_mutator && cargo test --features=afl_internals |
