We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251b3c1 commit fe039baCopy full SHA for fe039ba
.github/workflows/cd.yml
@@ -195,8 +195,8 @@ jobs:
195
if [[ "${{ matrix.job.pgo }}" == "true" ]]; then
196
cargo pgo build -- --target=${{ matrix.job.target }}
197
cargo pgo run -- -- --workspace corpus/ analyze --reporting-format count || true
198
- cargo pgo run -- -- --workspace corpus/ lint --reporting-format count || true
199
- cargo pgo run -- -- --workspace corpus/ fmt --check || true
+ cargo pgo run --keep-profiles -- -- --workspace corpus/ lint --reporting-format count || true
+ cargo pgo run --keep-profiles -- -- --workspace corpus/ fmt --check || true
200
cargo pgo optimize -- build --target=${{ matrix.job.target }}
201
else
202
$BUILD_CMD build --locked --release --target=${{ matrix.job.target }}
0 commit comments