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