Skip to content

Commit cadcd0a

Browse files
committed
Export FRR_VERSION in test recipe
1 parent 92f9ae1 commit cadcd0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

justfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
FRR_LATEST_MAJOR_VERSION := "9.1.0"
2+
13
default: check-lockfile lint type-check test
24

35
# Check if the lockfile is up to date
@@ -14,5 +16,5 @@ type-check:
1416
uv run mypy src
1517

1618
# Run tests using pytest
17-
test:
19+
test $FRR_VERSION=FRR_LATEST_MAJOR_VERSION:
1820
uv run pytest tests

0 commit comments

Comments
 (0)