Skip to content

Add load tests and prevent partial message read (#20) #49

Add load tests and prevent partial message read (#20)

Add load tests and prevent partial message read (#20) #49

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dependencies
run: make setup
- name: Run tests
run: make test