1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #6605 from cakebaker/ci_remove_unused_var

ci: remove unused var from "Code Coverage" job
This commit is contained in:
Sylvestre Ledru 2024-08-02 10:11:02 +02:00 committed by GitHub
commit a670f2d1df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -964,9 +964,6 @@ jobs:
# * use requested TOOLCHAIN if specified
if [ -n "${{ matrix.job.toolchain }}" ]; then TOOLCHAIN="${{ matrix.job.toolchain }}" ; fi
outputs TOOLCHAIN
# staging directory
STAGING='_staging'
outputs STAGING
# target-specific options
# * CARGO_FEATURES_OPTION
CARGO_FEATURES_OPTION='--all-features' ; ## default to '--all-features' for code coverage