diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 687b169..d4ca550 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -20,9 +20,16 @@ jobs: - name: Build run: cargo build --verbose + - name: Run tests run: cargo test --verbose - uses: actions/setup-python@v2 + - name: Run pre-commit hooks uses: pre-commit/action@v2.0.3 + env: + SKIP: hadolint + + - name: Run hadolint + uses: hadolint/hadolint-action@v1.6.0