Skip to content

Commit

Permalink
pixi add quarter test
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Nov 22, 2024
1 parent e81c5f3 commit f482add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"

Expand Down

0 comments on commit f482add

Please sign in to comment.