Skip to content

Commit

Permalink
github workflow: feature std is needed to enable tungstenite feature
Browse files Browse the repository at this point in the history
  • Loading branch information
LimpidCrypto committed Apr 28, 2024
1 parent 5a3120a commit 565d1a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --no-default-features --features core,models,tungstenite
args: --release --no-default-features --features core,models,tungstenite,std
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features core,models,tungstenite
args: --no-default-features --features core,models,tungstenite,std
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 565d1a1

Please sign in to comment.