We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd72b1 commit cee6785Copy full SHA for cee6785
pixi.toml
@@ -15,12 +15,7 @@ build-release = "cargo build --release"
15
build-ci = "cargo build --profile ci --locked"
16
nextest = "cargo nextest run --workspace --all-targets"
17
doctest = "cargo test --doc"
18
-pytest-build-ros = "pixi run --manifest-path backends/pixi-build-ros test"
19
-test = [
20
- { task = "nextest" },
21
- { task = "doctest" },
22
- { task = "pytest-build-ros" },
23
-]
+test = [{ task = "nextest" }, { task = "doctest" }]
24
generate-matrix = "python scripts/generate-matrix.py"
25
26
install-pixi-build-python = { cmd = "cargo install --path crates/pixi-build-python --locked --force" }
0 commit comments