We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0813b46 commit 54cc582Copy full SHA for 54cc582
script/integrate_test.sh
@@ -13,9 +13,9 @@
13
# limitations under the License.
14
15
set -e
16
-docker-compose -f script/integration_test_compose.yml down -v
17
-docker-compose -f script/integration_test_compose.yml up -d
+docker compose -f script/integration_test_compose.yml down -v
+docker compose -f script/integration_test_compose.yml up -d
18
19
#go test ./... -race -cover -failfast -count=1 -parallel=1 -tags=e2e
20
go list ./... | xargs -I {} sh -c 'go test -race -cover -failfast -count=1 -parallel=1 -tags=e2e {} || exit 255'
21
0 commit comments