Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Jan 18, 2024
1 parent f8ae3d5 commit ada2d0f
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/cI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,4 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo nextest run

- name: Install nightly toolchain
id: rustc-toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true

- name: Set up cache
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace
env:
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0
RUST_LOG: 1
CARGO_INCREMENTAL: 1
RUST_BACKTRACE: 1
- run: cargo nextest run

0 comments on commit ada2d0f

Please sign in to comment.