@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
cmake -S . -B build/Debug -DCMAKE_BUILD_TYPE=Debug
cmake --build build/Debug --config Debug
ctest --test-dir build/Debug --output-on-failure
The note is not visible to the blocked user.