Skip to content

Commit

Permalink
Revert "ci: add miri"
Browse files Browse the repository at this point in the history
Miri is currently generating "reached the type-length limit while
instantiating" error in sqlx. Removing until we figure out how to fix
it.

This reverts commit b85831c.
  • Loading branch information
m4tx committed Jul 10, 2024
1 parent 175c37a commit 3dc0337
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,29 +135,3 @@ jobs:

- name: Run fmt
run: cargo fmt --all -- --check

miri:
if: github.event_name == 'push' || github.event_name == 'schedule' ||
github.event.pull_request.head.repo.full_name != github.repository

name: Undefined behaviour checks
runs-on: ubuntu-latest
needs: ["build"]
steps:
- name: Checkout source
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: miri

- name: Cache Cargo registry
uses: Swatinem/rust-cache@v2

- name: Setup Miri
run: cargo miri setup

- name: Run Miri
run: cargo miri test

0 comments on commit 3dc0337

Please sign in to comment.