]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI fuzzing: show which commit is being tested
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 7 Aug 2023 11:53:19 +0000 (12:53 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 7 Aug 2023 11:53:19 +0000 (12:53 +0100)
.github/workflows/ci-scheduled-fuzzing.yml

index 51ae2af011e70f7e5ab0b97b9bd10586bf4e9590..47a47eeb6a87fa523a6fe1afde13aeed9578b472 100644 (file)
@@ -233,6 +233,9 @@ jobs:
       id: pick_commit
       run: |
         while : ; do
+          echo "Testing commit:"
+          git log -n1
+          echo
           CFLAGS="-DWITH_EVAL_DEBUG -O2 -g3" ./configure -C \
             --enable-werror \
             --enable-address-sanitizer \