diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index caed330..4ade902 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ concurrency: jobs: test: - name: Build/Test + name: Run Tests runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory @@ -28,10 +28,6 @@ jobs: primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }} restore-prefixes-first-match: nix-${{ runner.os }}- - - name: Build brewlog - run: | - nix build -L .#brewlog - - name: Run tests run: | nix develop --command cargo test -- --show-output