Skip to content

Commit b61f866

Browse files
chore(ci): restrict Dgraph test to core packages only (#2242)
**Description** This PR restricts the Dgraph CI workflow to only check core Dgraph packages. The intent of this CI workflow is to immediately identify badger@main compatibility issues with the main branch of Dgraph. Running the entire Dgraph test suite is overkill -- this should immediately find any badger incompatibilities with Dgraph.
1 parent 0b1ebf5 commit b61f866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-dgraph-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# move the binary
6565
cp dgraph/dgraph ~/go/bin/dgraph
6666
# run the tests
67-
cd t; ./t
67+
cd t; ./t --pkg=edgraph,posting,worker,query
6868
# clean up docker containers after test execution
6969
./t -r
7070
# sleep

0 commit comments

Comments
 (0)