Skip to content

chore: Improve the robustness of the firehose consumer example #52

chore: Improve the robustness of the firehose consumer example

chore: Improve the robustness of the firehose consumer example #52

Workflow file for this run

name: Repo
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
cargo build -p atrium-repo --verbose
- name: Run tests
run: |
cargo test -p atrium-repo