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 698fdc7 commit a1ecddc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
toolchain: ${{ matrix.rust-version }}
- name: Setup test deps
run: sudo apt-get install -y xinetd tftpd tftp
- name: Create directory for tftp
run: sudo mkdir /tmp/tftp
- name: Run TFTP server
run: sudo in.tftpd -L -s /tmp/tftp --create --user root
run: sudo in.tftpd -L --create --user root
- name: Tests
run: cargo test
- name: Install cargo-llvm-cov
Expand Down

0 comments on commit a1ecddc

Please sign in to comment.