Skip to content

Commit

Permalink
srsly cargo?
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jul 5, 2023
1 parent 4fb6207 commit ea9d971
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/reusable_build_and_test_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,11 @@ jobs:
- name: Run e2e roundtrip tests
if: needs.set-config.outputs.RUN_TESTS == 'true'
shell: bash
# --release so we can inherit from some of the artifacts that maturin has just built before
# --target x86_64-unknown-linux-gnu because otherwise cargo loses the target cache... even though this is the target anyhow...
# --no-build because 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
run: RUST_LOG=debug scripts/ci/run_e2e_roundtrip_tests.py --release --target x86_64-unknown-linux-gnu --no-build

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

0 comments on commit ea9d971

Please sign in to comment.