diff --git a/cranelift/test-all.sh b/cranelift/test-all.sh index 3547f16000..83db4528ec 100755 --- a/cranelift/test-all.sh +++ b/cranelift/test-all.sh @@ -4,6 +4,7 @@ set -euo pipefail # This is the top-level test script: # # - Check code formatting. +# - Perform checks on Python code. # - Make a debug build. # - Make a release build. # - Run unit tests for all Rust crates (including the filetests)