File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# This workflow checks whether the library is able to run without the std library (e.g., embedded).
22# This entire file should be removed if this crate does not support no-std. See check.yml for
3- # information about how the concurrency cancelation and workflow triggering works
3+ # information about how the concurrency cancellation and workflow triggering works
44permissions :
55 contents : read
66on :
Original file line number Diff line number Diff line change 11# This workflow runs checks for unsafe code. In crates that don't have any unsafe code, this can be
22# removed. Runs:
33# - miri - detects undefined behavior and memory leaks
4- # - address santizer - detects memory errors
4+ # - address sanitizer - detects memory errors
55# - leak sanitizer - detects memory leaks
66# - loom - Permutation testing for concurrent code https://crates.io/crates/loom
7- # See check.yml for information about how the concurrency cancelation and workflow triggering works
7+ # See check.yml for information about how the concurrency cancellation and workflow triggering works
88permissions :
99 contents : read
1010on :
Original file line number Diff line number Diff line change 11# Run scheduled (rolling) jobs on a nightly basis, as your crate may break independently of any
22# given PR. E.g., updates to rust nightly and updates to this crates dependencies. See check.yml for
3- # information about how the concurrency cancelation and workflow triggering works
3+ # information about how the concurrency cancellation and workflow triggering works
44permissions :
55 contents : read
66on :
Original file line number Diff line number Diff line change 55# requirements of this crate, and its dependencies
66# - os-check: runs the test suite on mac and windows
77# - coverage: runs the test suite and collects coverage information
8- # See check.yml for information about how the concurrency cancelation and workflow triggering works
8+ # See check.yml for information about how the concurrency cancellation and workflow triggering works
99permissions :
1010 contents : read
1111on :
9191 matrix :
9292 os : [macos-latest, windows-latest]
9393 steps :
94- # if your project needs OpenSSL, uncommment this to fix Windows builds.
95- # it's commented out by default as tthe install command takes 5-10m.
94+ # if your project needs OpenSSL, uncomment this to fix Windows builds.
95+ # it's commented out by default as the install command takes 5-10m.
9696 # - run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
9797 # if: runner.os == 'Windows'
9898 # - run: vcpkg install openssl:x64-windows-static-md
You can’t perform that action at this time.
0 commit comments