mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
Fix
This commit is contained in:
5
.github/workflows/rust-ci.yml
vendored
5
.github/workflows/rust-ci.yml
vendored
@@ -282,8 +282,7 @@ jobs:
|
||||
working-directory: codex-rs
|
||||
env:
|
||||
CARGO_INCREMENTAL: "0"
|
||||
# Tests run with the custom ci-test profile; keep target dir keyed to it.
|
||||
CARGO_TARGET_DIR: ${{ github.workspace }}/.target/${{ matrix.target }}-ci-test
|
||||
CARGO_TARGET_DIR: ${{ github.workspace }}/.target/${{ matrix.target }}-${{ matrix.profile }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@@ -336,7 +335,7 @@ jobs:
|
||||
with:
|
||||
workspaces: |
|
||||
codex-rs
|
||||
shared-key: rust-ci-tests-${{ matrix.runner }}-${{ matrix.target }}-ci-test
|
||||
shared-key: rust-ci-tests-${{ matrix.runner }}-${{ matrix.target }}-${{ matrix.profile }}
|
||||
cache-targets: true
|
||||
cache-on-failure: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user