Add tftpc integration tests
This commit is contained in:
parent
2aff61927b
commit
b8fb6ee271
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
|
@ -20,6 +20,6 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install atftp
|
sudo apt-get install atftp
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --features client --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --test integration_test --features integration --verbose -- --test-threads 1
|
run: cargo test --test integration_test --features integration --verbose -- --test-threads 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue