diff --git a/.github/workflows/test_workspace.yml b/.github/workflows/test_workspace.yml index c7a2a21..9fec5c1 100644 --- a/.github/workflows/test_workspace.yml +++ b/.github/workflows/test_workspace.yml @@ -6,12 +6,18 @@ on: - 'satisfiability/*' - 'vehicle_routing/*' - 'knapsack/*' + - 'vector_search/*' + - 'hypergraph/*' - 'test/satisfiability/*' - 'test/vehicle_routing/*' - 'test/knapsack/*' + - 'test/vector_search/*' + - 'test/hypergraph/*' - 'dev/satisfiability/*' - 'dev/vehicle_routing/*' - 'dev/knapsack/*' + - 'dev/vector_search/*' + - 'dev/hypergraph/*' jobs: test_workspace: