distributed-topic-tracker 0.3.2

automagically find peers interested in a topic + iroh-gossip integration
Documentation
name: Tests

on:
  push:
    branches: [ main ]

  # always on pullrequest
  pull_request:
    types: [opened, synchronize, reopened]


env:
  CARGO_TERM_COLOR: always

jobs:
  e2e-tests:
    name: End-to-End Tests
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v6
    
    - name: Build Docker image
      run: docker build -t distributed-topic-tracker .
    
    - name: Run end-to-end test
      run: ./test-e2e.sh