Skip to content

Commit

Permalink
Added env to run rust in integration. (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored May 5, 2021
1 parent 04779e0 commit 508f25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Setup Archery
run: pip install -e dev/archery[docker]
- name: Execute Docker Build
run: archery docker run conda-integration
run: archery docker run -e ARCHERY_INTEGRATION_WITH_RUST=1 conda-integration

0 comments on commit 508f25c

Please sign in to comment.