Skip to content

Commit a15c55f

Browse files
committed
chore: add simulator test pixi task
1 parent fa0b9a6 commit a15c55f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pixi.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,11 @@ benchcmp = { cmd = [
170170
cmd = ["pytest", "$PIXI_PROJECT_ROOT/testing"]
171171
env = { NUMBA_CUDA_TEST_BIN_DIR = "$PIXI_PROJECT_ROOT/testing" }
172172
depends-on = [{ task = "build-tests" }]
173+
174+
[target.linux.tasks.simtest]
175+
cmd = ["pytest", "$PIXI_PROJECT_ROOT/testing"]
176+
depends-on = [{ task = "build-tests" }]
177+
178+
[target.linux.tasks.simtest.env]
179+
NUMBA_CUDA_TEST_BIN_DIR = "$PIXI_PROJECT_ROOT/testing"
180+
NUMBA_ENABLE_CUDASIM = "1"

0 commit comments

Comments
 (0)