We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b90ae commit 5d872b9Copy full SHA for 5d872b9
1 file changed
{{cookiecutter.project_name}}/bitbucket-pipelines.yml
@@ -468,7 +468,7 @@ pipelines:
468
script:
469
- curl -LsSf https://astral.sh/uv/install.sh | sh
470
- export PATH="$PATH:/root/.cargo/bin"
471
- - uvx nox -s test-rust
+ - uvx nox -s tests-rust
472
{%- endif %}
473
474
- step:
@@ -578,7 +578,7 @@ pipelines:
578
579
580
581
582
583
584
# Pipeline for tags (releases)
0 commit comments