From c0740ebae085f849421762c54ad0d9d71dfe2371 Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 16 Mar 2024 00:12:15 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5461ebb..bbd8a85 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,14 @@ on: - 'master' jobs: + tests: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Run tests + run: cargo test --verbose docker: + needs: ["tests"] runs-on: ubuntu-latest steps: -