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 b44d835 commit 3101eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Create TFTP dir
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 -s /tmp/tftp --create --user root &
- name: Tests
run: cargo test
- name: Install cargo-llvm-cov
Expand Down

0 comments on commit 3101eb9

Please sign in to comment.