altugbakan / rs-tftpd

TFTP Server Daemon implemented in Rust
https://crates.io/crates/tftpd
MIT License
59 stars 13 forks source link

Add failure logs #32

Closed mayurikini closed 1 week ago

mayurikini commented 2 weeks ago

Issue #31

Add logs for failure cases.

mayurikini commented 1 week ago

All tests are passing, this seems like a glitch.

altugbakan commented 1 week ago

Can you take a look at it again? If you think there’s a problem I’ll also take a look. Thanks!

mayurikini commented 1 week ago

The test that is failing on the build, is passing locally:

image

Is there a command or some way to re-run build/unit test?