From f482addc34b2a6c7ce4d2c9e608cfdb4aec9013b Mon Sep 17 00:00:00 2001 From: Lorenz Lechner Date: Thu, 21 Nov 2024 19:56:11 +0100 Subject: [PATCH] pixi add quarter test --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index fc67851..9cdb22d 100644 --- a/pixi.toml +++ b/pixi.toml @@ -51,7 +51,7 @@ configure = { cmd = ["cmake", "-G", "Ninja", "-B", "build", "-S", ".", build = { cmd = ["ninja", "-C", "build", "-j", "1", "install"], depends-on = ["configure"]} test = { cmd = ["python", "tests/coin_tests.py"], depends-on = ["build"]} - +test_quarter = { cmd = ["python", "tests/quarter_tests.py"], depends-on = ["build"]} [feature.lint.dependencies] flake8 = "*"