Skip to content

Commit 508f25c

Browse files
Added env to run rust in integration. (#253)
1 parent 04779e0 commit 508f25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- name: Setup Archery
4949
run: pip install -e dev/archery[docker]
5050
- name: Execute Docker Build
51-
run: archery docker run conda-integration
51+
run: archery docker run -e ARCHERY_INTEGRATION_WITH_RUST=1 conda-integration

0 commit comments

Comments
 (0)