ctest's -E flag skips tests that match a regular expression.
While not really needed for wpimath, it will make more complex codegen in the future significantly easier.
* Address sanitizer uses -DCMAKE_BUILD_TYPE=Asan * Thread sanitizer uses -DCMAKE_BUILD_TYPE=Tsan * Undefined behavior sanitizer uses -DCMAKE_BUILD_TYPE=Ubsan Only ubsan is enabled in CI for now because asan and tsan report failures.