diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e9ecfa9..54ad47d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: run: nix develop -c cargo clippy test: - name: Run Tests + name: Test runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory @@ -55,7 +55,7 @@ jobs: nix develop --command cargo test -- --show-output deploy: - name: Deploy to Fly.io + name: Deploy runs-on: ubuntu-latest needs: - lint diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a46527a..d9e0112 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -29,11 +29,11 @@ jobs: - name: Check formatting run: nix develop -c cargo fmt --check - - name: Clippy + - name: Run clippy run: nix develop -c cargo clippy test: - name: Run Tests + name: Test runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory