mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
ci: disable broken code coverage on windows
This commit is contained in:
parent
d627952fc8
commit
12d2ce7b6e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/CICD.yml
vendored
3
.github/workflows/CICD.yml
vendored
|
@ -938,7 +938,8 @@ jobs:
|
|||
job:
|
||||
- { os: ubuntu-latest , features: unix, toolchain: nightly }
|
||||
- { os: macos-latest , features: macos, toolchain: nightly }
|
||||
- { os: windows-latest , features: windows, toolchain: nightly-x86_64-pc-windows-gnu }
|
||||
# FIXME: Re-enable Code Coverage on windows, which currently fails due to "profiler_builtins". See #6686.
|
||||
# - { os: windows-latest , features: windows, toolchain: nightly-x86_64-pc-windows-gnu }
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
|
|
Loading…
Reference in a new issue