Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-neko committed Mar 15, 2024
1 parent e51fac4 commit 27dbc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27dbc5f

Please sign in to comment.