Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LimpidCrypto committed Jan 14, 2024
1 parent edf1df7 commit a8d4b6d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --no-default-features --features core,models,net,tungstenite
args: --release --no-default-features --features core,models,tungstenite
- 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,net,tungstenite
args: --no-default-features --features core,models,tungstenite
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features core,models,embedded-ws

0 comments on commit a8d4b6d

Please sign in to comment.