Skip to content

Commit

Permalink
Split herostratus into a Cargo workspace (#60)
Browse files Browse the repository at this point in the history
Closes #49
  • Loading branch information
Notgnoshi authored Nov 1, 2024
2 parents c1caf65 + 00edcb4 commit 5a62768
Show file tree
Hide file tree
Showing 40 changed files with 266 additions and 279 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
Loading

0 comments on commit 5a62768

Please sign in to comment.