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