From fc24b3b92e9cc3cb338bb2af83794471e1e21f19 Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Tue, 23 Apr 2024 23:51:01 +0800 Subject: [PATCH] Run cargo test on all branches except algorithms. --- .github/workflows/test_workspace.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_workspace.yml b/.github/workflows/test_workspace.yml index 842ffb9..57a4a28 100644 --- a/.github/workflows/test_workspace.yml +++ b/.github/workflows/test_workspace.yml @@ -6,10 +6,12 @@ on: - 'satisfiability/*' - 'vehicle_routing/*' - 'knapsack/*' - - 'test/benchmarker/*' - 'test/satisfiability/*' - 'test/vehicle_routing/*' - 'test/knapsack/*' + - 'dev/satisfiability/*' + - 'dev/vehicle_routing/*' + - 'dev/knapsack/*' jobs: test_workspace: