- unit tests now work properly

- hopefully github actions workflow should run tests now?
This commit is contained in:
FantasyPvP
2023-12-01 16:05:14 +00:00
parent 568711e27d
commit 80bf5b968e
8 changed files with 51 additions and 226 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ COPY . .
RUN cargo update -p proc-macro2
CMD ["cargo", "build", "--release", "--verbose"]
CMD ["cargo", "build", "--release;", "cargo", "test"]