Shorten workflow
This commit is contained in:
parent
85f4928f9b
commit
a54de9f71f
|
|
@ -58,8 +58,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tool: just
|
tool: just
|
||||||
|
|
||||||
- name: Run lints
|
- name: Run lints + tests
|
||||||
run: just lint
|
run: just lint test
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: just test
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue