File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,10 @@ jobs:
5050 run : cargo test --all-features --no-fail-fast -- -Z unstable-options --format json --report-time | tee results.json && cat results.json | cargo2junit > results.xml
5151 env :
5252 CARGO_INCREMENTAL : ' 0'
53- RUSTFLAGS : ' -Zprofile - Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
54- RUSTDOCFLAGS : ' -Zprofile - Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
53+ RUSTFLAGS : ' -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
54+ RUSTDOCFLAGS : ' -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
5555 KUSTO_CLUSTER_URL : ${{ secrets.ENGINE_CONNECTION_STRING }}
5656 KUSTO_DATABASE : ${{ secrets.TEST_DATABASE }}
57- -
uses :
actions-rs/[email protected] 58- id : coverage
5957 - name : Publish Unit Test Results
6058 uses : EnricoMi/publish-unit-test-result-action@v2
6159 if : always()
You can’t perform that action at this time.
0 commit comments