- Removing unused .env file

diesel still requires this however the --database-url flag is there to alleviate this issue
+ make test now cleans up fake png images from the cwd
This is more for comfort reall
This commit is contained in:
shockrah
2021-05-11 17:14:22 -07:00
parent 45540ddd25
commit b4c55b72ea
2 changed files with 1 additions and 31 deletions

View File

@@ -9,6 +9,7 @@ run:
test:
cd ../ && bash scripts/run-api-tests.sh
rm -f *.png
clean:
cargo clean