Skip to content

Commit

Permalink
Revert "tested if switching the tests to cranelift does improve the…
Browse files Browse the repository at this point in the history
… slooow compile times"

This reverts commit 975fec2.
  • Loading branch information
CommanderStorm committed Aug 8, 2024
1 parent 975fec2 commit af1560f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/server-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Setup | Rust
uses: actions-rust-lang/[email protected]
with:
toolchain: nightly
components: rustc-codegen-cranelift-preview
toolchain: stable
components: clippy
cache: false
- name: Setup | Rust-Cache
uses: Swatinem/rust-cache@v2
Expand All @@ -29,11 +29,11 @@ jobs:
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- run: CARGO_PROFILE_DEV_CODEGEN_BACKEND=cranelift cargo +nightly test --no-run --locked -Zcodegen-backend
- run: cargo test --no-run --locked
working-directory: server
env:
CARGO_INCREMENTAL: 0
- run: CARGO_PROFILE_DEV_CODEGEN_BACKEND=cranelift cargo +nightly test -Zcodegen-backend -- --nocapture --quiet
- run: cargo test -- --nocapture --quiet
working-directory: server
env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit af1560f

Please sign in to comment.