mirror of
https://github.com/gomods/athens
synced 2026-02-03 09:50:31 +00:00
8 lines
143 B
Bash
Executable File
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
|