Skip to content

Commit

Permalink
chore(ci): Remove miri
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 10, 2025
1 parent 6490bc5 commit 068e1e1
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,53 +488,6 @@ jobs:
export NODE_OPTIONS="--unhandled-rejections=warn"
(cd crates/swc_node_bundler/tests/integration/react && npm install && npx spack)
# miri:
# name: Miri
# runs-on: ubuntu-latest
# if: >-
# ${{ !contains(github.event.head_commit.message, 'chore: ') }}
# strategy:
# fail-fast: false
# matrix:
# crate:
# - swc_parallel
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: true

# - shell: bash
# run: corepack enable

# - uses: actions/setup-node@v4
# with:
# node-version: "18"
# cache: "yarn"

# - name: Install node dependencies
# shell: bash
# run: |
# corepack enable
# yarn

# - name: Print rustup toolchain version
# shell: bash
# id: rustup-version
# run: |
# export RUST_TOOLCHAIN="$(cat rust-toolchain | tr -d '\n')"
# echo "Rust toolchain: $RUST_TOOLCHAIN"
# echo "RUST_TOOLCHAIN=$RUST_TOOLCHAIN" >> "$GITHUB_OUTPUT"

# - name: Install
# uses: dtolnay/rust-toolchain@stable
# with:
# toolchain: "${{ steps.rustup-version.outputs.RUST_TOOLCHAIN }}"
# components: miri

# - run: cargo miri test -p ${{ matrix.crate }} --no-fail-fast
# continue-on-error: true
# env:
# MIRIFLAGS: "-Zmiri-disable-isolation"
done:
needs:
- cargo-fmt
Expand Down

0 comments on commit 068e1e1

Please sign in to comment.