Files
athens/scripts/test_e2e.sh
2024-06-02 12:21:53 -07:00

8 lines
143 B
Bash
Executable File

#!/bin/bash
# test_e2e.sh
# Run the e2e tests with the race detector enabled
set -xeuo pipefail
cd e2etests && go test --tags e2etests -race