Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
add end2end testing harness to capture-server crate (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvello authored Nov 6, 2023
1 parent 4f85f1a commit bcc4549
Show file tree
Hide file tree
Showing 13 changed files with 605 additions and 81 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup end2end dependencies
run: |
docker compose up -d --wait
echo "127.0.0.1 kafka" | sudo tee -a /etc/hosts
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
Expand Down
Loading

0 comments on commit bcc4549

Please sign in to comment.