ci: don't build twice in the test phase
This commit is contained in:
parent
a8465826b5
commit
1bcadf1d3e
1 changed files with 1 additions and 5 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue