Skip to content

Commit

Permalink
actually remove release
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Jul 2, 2023
1 parent 15dac69 commit 55e7da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/loom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
toolchain: ${{ env.rust_stable }}
- uses: Swatinem/rust-cache@v2
- name: loom ${{ matrix.scope }}
run: cargo test --lib --release --features full -- --nocapture $SCOPE
run: cargo test --lib --features full -- --nocapture $SCOPE
working-directory: tokio
env:
SCOPE: ${{ matrix.scope }}

0 comments on commit 55e7da4

Please sign in to comment.