Skip to content

Commit 00daf11

Browse files
run examples and CLI in GitHub CI
1 parent 6b89277 commit 00daf11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ jobs:
2222
run: cargo build --verbose
2323
- name: Run tests
2424
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

Comments
 (0)