mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 09:07:44 +00:00
Update CI MIRI flags, schedule CI only once a week
This commit is contained in:
parent
987774d2a5
commit
0564244837
1 changed files with 4 additions and 2 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
# Daily
|
# Daily
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 4 * * *"
|
- cron: "0 4 1/7 * *"
|
||||||
|
|
||||||
# Allows to run this workflow manually from the Actions tab
|
# Allows to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -101,7 +101,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
rust-version: nightly
|
rust-version: nightly
|
||||||
components: miri
|
components: miri
|
||||||
- run: cargo miri test --verbose --all-features -- -Zmiri-disable-isolation
|
env:
|
||||||
|
MIRIFLAGS: -Zmiri-disable-isolation
|
||||||
|
- run: cargo miri test --verbose --all-features
|
||||||
|
|
||||||
sanitizers:
|
sanitizers:
|
||||||
name: ${{ matrix.sanitizer }} sanitizer
|
name: ${{ matrix.sanitizer }} sanitizer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue