Run cargo test on all branches except algorithms.

This commit is contained in:
FiveMovesAhead 2024-04-23 23:51:01 +08:00
parent 768fa92398
commit fc24b3b92e

View File

@ -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: