diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 16290e4..4d7a813 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,8 +18,8 @@ jobs: - uses: actions/checkout@v3 - name: Build run: cargo build --verbose - - name: Build tokio-stream - run: cargo build --verbose --features tokio-stream + - name: Build tokio_stream + run: cargo build --verbose --features tokio_stream - name: Build full run: cargo build --verbose --features full - name: Run tests full