mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
Created a test script to that can be run in 'make test-e2e' and 'make (#1966)
Fixes end-to-end docker compose tests
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# test_e2e.sh
|
||||
|
||||
# Run the e2e tests with the race detector enabled
|
||||
set -xeuo pipefail
|
||||
cd e2etests && go test --tags e2etests -race
|
||||
Reference in New Issue
Block a user