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