diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2b58f0c1..fc025985 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - command: ['format', 'lint', 'type'] + command: ['format', 'lint', 'type', 'spec'] steps: - name: Checkout code uses: actions/checkout@v4