Skip to content

Commit

Permalink
. cargo env at start of integtest step
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Jul 24, 2024
1 parent 66ae6dd commit c967df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Run integration test
# Delete the workspace. Run once with a clean workspace. Run again from the existing workspace.
run: |
. "$HOME/.cargo/env"
cargo -v
rm -rf ../dbgym_integtest_workspace
./scripts/integration_test.sh
Expand Down

0 comments on commit c967df7

Please sign in to comment.