Skip to content

Commit

Permalink
More ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranshila committed Feb 18, 2024
1 parent a1ecddc commit 82986c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
with:
toolchain: ${{ matrix.rust-version }}
- name: Setup test deps
run: sudo apt-get install -y xinetd tftpd tftp
run: sudo apt-get install -y tftpd-hpa
- name: Create TFTP dir
run: sudo mkdir /tmp/tftp
- name: Run TFTP server
run: sudo in.tftpd -L --create --user root
run: sudo in.tftpd -L -s /tmp/tftp --create --user root
- name: Tests
run: cargo test
- name: Install cargo-llvm-cov
Expand Down

0 comments on commit 82986c1

Please sign in to comment.