Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nurmohammed840 committed Dec 10, 2024
1 parent 66d06ad commit 8b442e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 86 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ env:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- nightly

steps:
- uses: actions/checkout@v4

- name: Install Rust
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: miri

- name: Install cargo-nextest
uses: taiki-e/install-action@v2
Expand All @@ -33,4 +30,4 @@ jobs:
run: cargo +nightly miri nextest run --no-fail-fast

- name: Run tests
run: cargo nextest run
run: cargo nextest run --no-fail-fast
78 changes: 0 additions & 78 deletions tests/coop_budget.rs

This file was deleted.

0 comments on commit 8b442e6

Please sign in to comment.