Skip to content

triton-shredstream-proxy: zero-memory allocation version of shredstream proxy #23

triton-shredstream-proxy: zero-memory allocation version of shredstream proxy

triton-shredstream-proxy: zero-memory allocation version of shredstream proxy #23

Workflow file for this run

name: test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-22.04-16c-64g-public
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Setup Rust
uses: ./.github/actions/setup-rust
with:
caller-workflow-name: test
- name: Run tests
run: cargo test --all-features --locked