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 committed Dec 23, 2024
1 parent bcfd7a4 commit 40f9cbc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Daily

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -105,12 +106,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 40f9cbc

Please sign in to comment.