Skip to content

Commit

Permalink
Merge pull request #38 from joaofl/joao/introduce-dhcp-server
Browse files Browse the repository at this point in the history
Introduce DHCP server
  • Loading branch information
joaofl authored Jan 3, 2025
2 parents de43623 + 3ac1816 commit 4da4d04
Show file tree
Hide file tree
Showing 15 changed files with 1,097 additions and 100 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ jobs:
profile: minimal
toolchain: stable

- name: Install extra packages
- name: Install Dependencies
run: |
cargo install cross --git https://github.com/cross-rs/cross
sudo apt-get update
sudo apt-get install -y docker-compose nasm build-essential clang wget tftp-hpa curl
- name: Test on target
- name: Test
continue-on-error: false
run: |
cross build --release
cross test --release
cargo build
cargo test -- --nocapture
Loading

0 comments on commit 4da4d04

Please sign in to comment.