PeterPierinakos / vanilla-rustlang-server

Simple, minimal and open source static web server that uses no dependencies.
Apache License 2.0
38 stars 1 forks source link

Make CI and tests a little more useful #7

Closed zombiepigdragon closed 2 years ago

zombiepigdragon commented 2 years ago

This PR adds running the Clippy checks to CI and changes the matches! invocations in the unit tests for assert_eq!, causing failing tests to automatically print the expected and received values. On my machine, both Clippy and tests fail, but I think it's worth the time to mark the failures in CI rather than only seeing them locally.

zombiepigdragon commented 2 years ago

Oops, made a typo in CI. It should work as intended now.