Skip to content

Commit

Permalink
fix ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
trs-ibf committed Aug 19, 2024
1 parent 07dc914 commit fa3da37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Lint
run: nix develop --command "golangci-lint run"
run: nix develop --command golangci-lint run

unit-tests:
name: Unit tests
Expand All @@ -37,7 +37,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Run units tests
run: nix develop --command "go test -json ./... > test.json"
run: nix develop --command go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/[email protected]
Expand Down

0 comments on commit fa3da37

Please sign in to comment.