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 c5af8c3 commit 698fdc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Setup test deps
run: sudo apt-get install -y xinetd tftpd tftp
- name: Create directory for tftp
run: mkdir /tmp/tftp
run: sudo mkdir /tmp/tftp
- name: Run TFTP server
run: sudo in.tftpd -L -s /tmp/tftp --create
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 698fdc7

Please sign in to comment.