Skip to content

Commit 4d656d6

Browse files
committed
Move around parameters to allow overriding COV
1 parent ff92a7d commit 4d656d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type-check +dirs="src":
1616
uv run mypy {{ dirs }}
1717

1818
# Run tests using pytest
19-
test $FRR_VERSION=FRR_LATEST_MAJOR_VERSION $COV=env("CI", "false"):
19+
test $COV=env("CI", "false") $FRR_VERSION=FRR_LATEST_MAJOR_VERSION:
2020
#!/usr/bin/env bash
2121
set -euxo pipefail
2222

0 commit comments

Comments
 (0)