execute-tests.bat 217 B

12345
  1. @echo off
  2. rem We're not really on GitHub Actions but this disables the Cassandra node requirement
  3. set GITHUB_ACTIONS=true
  4. powershell -ExecutionPolicy Bypass build\build.ps1 -Script build\build.cake -Target Test
  5. pause