Skip to content

Commit

Permalink
chore: disable cranelift in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Oct 31, 2024
1 parent 9d5901e commit de71b60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
test:
runs-on: ubuntu-latest
permissions: read-all
env:
RUSTFLAGS: -Zcodegen-backend=cranelift
# env:
# RUSTFLAGS: -Zcodegen-backend=cranelift

steps:
- name: 📥 Checkout
Expand Down Expand Up @@ -160,8 +160,8 @@ jobs:
run: cargo +${{ env.NIGHTLY_TOOLCHAIN }} nextest run -p snops --verbose --fail-fast --all-features

- name: 🧪 Test Agent
env:
RUSTFLAGS: ""
# env:
# RUSTFLAGS: ""
if: (steps.changes.outputs.agent == 'true' || steps.changes.outputs.common == 'true')
run: cargo +${{ env.NIGHTLY_TOOLCHAIN }} nextest run -p snops-agent --verbose --fail-fast --all-features

Expand Down

0 comments on commit de71b60

Please sign in to comment.