File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ cu12 = { features = ["cu12"], solve-group = "cu12" }
2525cu13 = { features = [" cu13" ], solve-group = " cu13" }
2626
2727
28- # Test tasks: Run tests (assumes environments are already installed)
29- # Order : pathfinder -> bindings -> core (matching scripts/run_tests.sh )
30- # Each sub-package has its own pixi.toml and environment
31- # Usage: pixi run test (default) or pixi run -e cu12 test or pixi run -e cu13 test
32- # The environment specified with -e is automatically passed down via PIXI_ENVIRONMENT_NAME
28+ # Test Tasks
29+ # Runs tests across all sub-packages : pathfinder → bindings → core (dependency order )
30+ # Each sub-package has its own pixi.toml; the -e environment propagates via PIXI_ENVIRONMENT_NAME
31+ #
32+ # Usage: pixi run test | pixi run -e cu12 test | pixi run -e cu13 test
3333[target .linux .tasks .test-pathfinder ]
3434cmd = [" bash" , " -c" , " cd cuda_pathfinder && pixi run ${PIXI_ENVIRONMENT_NAME:+--environment \" $PIXI_ENVIRONMENT_NAME\" } test" ]
3535
You can’t perform that action at this time.
0 commit comments