Skip to content

Commit

Permalink
Run ignored integration tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Notgnoshi committed Nov 1, 2024
1 parent 1c06779 commit ad0e436
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,8 @@ 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 -- --include-ignored

0 comments on commit ad0e436

Please sign in to comment.