diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e50c175e8..2b92bbfcc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: - name: "duster" uses: tighten/duster-action@v2 with: - args: lint --using=pint + args: lint --using=pint -v test: needs: [lint] # needs lint job to pass first