From 99662fd157e2c61f77730734c8bbf54ccc11058c Mon Sep 17 00:00:00 2001 From: Matthew McNeely Date: Thu, 11 Dec 2025 13:23:37 -0500 Subject: [PATCH] Restrict test to core packages Should immediately find any incompatibilities with Dgraph --- .github/workflows/ci-dgraph-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-dgraph-tests.yml b/.github/workflows/ci-dgraph-tests.yml index 252b4acc5..3503e5136 100644 --- a/.github/workflows/ci-dgraph-tests.yml +++ b/.github/workflows/ci-dgraph-tests.yml @@ -64,7 +64,7 @@ jobs: # move the binary cp dgraph/dgraph ~/go/bin/dgraph # run the tests - cd t; ./t + cd t; ./t --pkg=edgraph,posting,worker,query # clean up docker containers after test execution ./t -r # sleep