Skip to content

Commit 6679ff0

Browse files
committed
CI: specify environment for tests-ci
1 parent 14a235a commit 6679ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
cache: true
3333
environments: ${{ matrix.environment }}
3434
- name: Run tests
35-
run: pixi run tests-ci
35+
run: pixi run --environment=tests-ci tests-ci

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ tests-ci.cwd = "."
106106

107107
[environments]
108108
default = { features = ["build", "tests"], solve-group = "default" }
109-
tests-ci = { features = ["tests-ci"], solve-group = "default" }
109+
tests-ci = { features = ["build", "tests", "tests-ci"], solve-group = "default" }

0 commit comments

Comments
 (0)