Skip to content

Commit efeac79

Browse files
bins
1 parent e0ef1f9 commit efeac79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
python -m mypy tests
9999
- name: Pre-build Geo Engine
100100
run: |
101-
cargo build --locked -- bins
101+
cargo build --locked --bins
102102
working-directory: backend
103103
- name: Test
104104
run: pytest

0 commit comments

Comments
 (0)