diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 51260a427b8..b5984326cad 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -130,7 +130,7 @@ jobs: - run: mv out/mill-selective-execution/mill-selective-execution.json out/mill-selective-execution.json shell: bash - - run: ./mill -i --debug -k __.compile + - run: ./mill -i --debug -k selective.prepare - run: cat out/mill-build/methodCodeHashSignatures.dest/current/4-methodCodeHashes.json | jq '.["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]' - run: cat out/mill-build/methodCodeHashSignatures.dest/current/7-transitiveCallGraphHashes.json | jq '.["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]'