Skip to content

Commit

Permalink
Test with AFL_SHA1_FILENAMES=1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 8, 2024
1 parent 250a089 commit 85c00b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
package: [third-party, other]
serde_format: [bincode, postcard]
toolchain: [stable, nightly]
sha1_filenames: [false, true]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -192,6 +193,9 @@ jobs:
TEST_CMD="cargo test $MAYBE_THIRD_PARTY $SERDE_FORMAT $CONFIG_GROUP_RUNNER -- --nocapture $SHUFFLE"
echo "BUILD_CMD=$BUILD_CMD" >> "$GITHUB_ENV"
echo "TEST_CMD=$TEST_CMD" >> "$GITHUB_ENV"
if ${{ matrix.sha1_filenames }}; then
echo 'AFL_SHA1_FILENAMES=1' >> "$GITHUB_ENV"
fi
- name: Build
run: $BUILD_CMD
Expand Down

0 comments on commit 85c00b9

Please sign in to comment.