Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Feb 5, 2024
1 parent d8dc65c commit f5944ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install latest stable Rust
run: rustup set profile default && rustup default stable && rustup update
- name: Build
run: cargo build --all-features --all-targets --quiet
run: cargo build --features tcp,tls,websocket,cli,raw-speed-cli,speed,monitor,dump --all-targets --quiet
- name: Run tests (debug)
run: cargo test --quiet

Expand Down

0 comments on commit f5944ec

Please sign in to comment.