We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b89277 commit 00daf11Copy full SHA for 00daf11
.github/workflows/CI.yml
@@ -22,3 +22,11 @@ jobs:
22
run: cargo build --verbose
23
- name: Run tests
24
run: cargo test --verbose
25
+ - name: Run example - simple_speedtest
26
+ run: cargo run --example simple_speedtest
27
+ - name: Run example - download_test
28
+ run: cargo run --example download_test
29
+ - name: Run example - latency_test
30
+ run: cargo run --example latency_test
31
+ - name: Run CLI
32
+ run: cargo run
0 commit comments