Change test order in testall target
This commit is contained in:
parent
4cfb227a1e
commit
b31349ec37
1 changed files with 2 additions and 2 deletions
4
Justfile
4
Justfile
|
@ -23,10 +23,10 @@ load-release file:
|
||||||
|
|
||||||
# Tests every part of the project
|
# Tests every part of the project
|
||||||
testall:
|
testall:
|
||||||
cd backend && make test
|
|
||||||
cd backend && make lint
|
|
||||||
cd frontend && npm test
|
cd frontend && npm test
|
||||||
cd frontend && npm run lint
|
cd frontend && npm run lint
|
||||||
|
cd backend && make test
|
||||||
|
cd backend && make lint
|
||||||
|
|
||||||
# Cleans up everything related to the project
|
# Cleans up everything related to the project
|
||||||
clean: remove-podman-containers
|
clean: remove-podman-containers
|
||||||
|
|
Loading…
Reference in a new issue