Skip to content

Commit 5d872b9

Browse files
committed
cicd: fix nox call to tests-rust in bitbucket-pipelines.yml
1 parent d6b90ae commit 5d872b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

{{cookiecutter.project_name}}/bitbucket-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ pipelines:
468468
script:
469469
- curl -LsSf https://astral.sh/uv/install.sh | sh
470470
- export PATH="$PATH:/root/.cargo/bin"
471-
- uvx nox -s test-rust
471+
- uvx nox -s tests-rust
472472
{%- endif %}
473473

474474
- step:
@@ -578,7 +578,7 @@ pipelines:
578578
script:
579579
- curl -LsSf https://astral.sh/uv/install.sh | sh
580580
- export PATH="$PATH:/root/.cargo/bin"
581-
- uvx nox -s test-rust
581+
- uvx nox -s tests-rust
582582
{%- endif %}
583583

584584
# Pipeline for tags (releases)

0 commit comments

Comments
 (0)