Skip to content

Commit

Permalink
Merge pull request #43 from Hugo-C/display-recently-scanned
Browse files Browse the repository at this point in the history
Display recently scanned hosts
  • Loading branch information
Hugo-C committed Feb 4, 2024
2 parents 5abd7de + 740528a commit 0252faa
Show file tree
Hide file tree
Showing 19 changed files with 2,043 additions and 714 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
run: cargo build
- name: Run tests
run: cargo test --verbose
- name: Run integration tests
run: |
docker compose -f docker-compose.integration.yml up -d redis playwright_dummy_server
cargo test -- --ignored
docker compose -f docker-compose.integration.yml down
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down
Loading

0 comments on commit 0252faa

Please sign in to comment.