Skip to content

Commit

Permalink
chore(workflows): removed unused feature from test freamed_write with…
Browse files Browse the repository at this point in the history
… encoder-checks

Signed-off-by: JadKHaddad <jadkhaddad@gmail.com>
  • Loading branch information
JadKHaddad committed Sep 9, 2024
1 parent ef7f153 commit eb3d17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ jobs:
run: cargo test --no-default-features --features "decoder-checks,tokio"

- name: Test - freamed_write with encoder-checks
run: cargo test --no-default-features --features "encoder-checks,tokio,codec" # TODO: remove codec feature after updating framed_write tests
run: cargo test --no-default-features --features "encoder-checks,tokio"

0 comments on commit eb3d17b

Please sign in to comment.