mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 15:17:22 +08:00
Run cargo test on all branches except algorithms.
This commit is contained in:
parent
768fa92398
commit
fc24b3b92e
4
.github/workflows/test_workspace.yml
vendored
4
.github/workflows/test_workspace.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user