Skip to content

Commit

Permalink
Fix failing tests after workspace split
Browse files Browse the repository at this point in the history
  • Loading branch information
Notgnoshi committed Nov 1, 2024
1 parent 1c06779 commit 00edcb4
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,9 @@ jobs:
run: cargo build --release --all-targets
- name: Clippy
run: cargo clippy --no-deps --release --all-targets

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Setup Rust cache
uses: swatinem/rust-cache@v2
# The tests depend on the 'herostratus' binary that 'cargo build' built
- name: Test
run: |
git fetch
cargo test --release --all-targets
cargo test --release --all-targets -- --ignored required
git fetch
cargo test --release --all-targets
cargo test --release --all-targets -- --ignored required

0 comments on commit 00edcb4

Please sign in to comment.