Skip to content

Commit

Permalink
ci: Fix miri tests (#894)
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Wagner <[email protected]>
  • Loading branch information
nwagner84 authored Dec 23, 2024
1 parent bcfd7a4 commit 6c29f1d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Daily

on:
schedule:
- cron: '23 4 * * *'
- cron: '10 10 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -105,12 +105,13 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@miri
- uses: Swatinem/rust-cache@v2
- run: cargo miri test --workspace --lib
- uses: taiki-e/install-action@nextest
- run: cargo miri nextest run --workspace --lib --all-features --profile ci
env:
MIRIFLAGS: -Zmiri-strict-provenance
- run: cargo miri test --workspace --doc
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-disable-isolation
- run: cargo miri test --workspace --doc --all-features
env:
MIRIFLAGS: -Zmiri-strict-provenance
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-disable-isolation

deny:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6c29f1d

Please sign in to comment.