Shorten workflow

This commit is contained in:
Ajeet D'Souza 2023-05-06 12:19:29 +05:30
parent 85f4928f9b
commit a54de9f71f
1 changed files with 2 additions and 5 deletions

View File

@ -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