Skip to content

Commit

Permalink
ci: add ub checker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Sep 21, 2024
1 parent 12a3cde commit 91558a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ env:
CARGO_TERM_COLOR: always

jobs:
check_ub:
name: Search undefined behavior
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: dtolnay/rust-toolchain@nightly
with:
components: miri
- run: cargo miri test

lint:
strategy:
matrix:
Expand Down

0 comments on commit 91558a4

Please sign in to comment.