Skip to content

Commit 8dec0d3

Browse files
committed
Renamed just target test-bson to test-numpy
1 parent 73910ce commit 8dec0d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

justfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@ test *args="-v --durations=5 --maxfail=10": && resync
6060
uv run --extra test python -m pytest {{args}}
6161

6262
[group('test')]
63-
test-bson *args="-v --durations=5 --maxfail=10": && resync
63+
test-numpy *args="-v --durations=5 --maxfail=10": && resync
6464
uv run --extra test --with numpy python -m pytest test/test_bson.py
6565

66-
67-
6866
[group('test')]
6967
run-tests *args: && resync
7068
bash ./.evergreen/run-tests.sh {{args}}

0 commit comments

Comments
 (0)