Skip to content

Commit

Permalink
run the workflow with --release to hopefully inherit artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jul 5, 2023
1 parent 5bf1f8c commit 6156b65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_build_and_test_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ jobs:
- name: Run e2e roundtrip tests
if: needs.set-config.outputs.RUN_TESTS == 'true'
shell: bash
run: RUST_LOG=debug scripts/ci/run_e2e_roundtrip_tests.py --no-build # rerun-sdk is already built and installed
# NOTE: run with --release so we can reuse some of the "Build Wheel"'s job artifacts, hopefully
run: RUST_LOG=debug scripts/ci/run_e2e_roundtrip_tests.py --release --no-build # rerun-sdk is already built and installed

- name: Cache RRD dataset
if: needs.set-config.outputs.RUN_TESTS == 'true'
Expand Down

0 comments on commit 6156b65

Please sign in to comment.