Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mscno committed Aug 28, 2024
1 parent b6008f1 commit 70cc28c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
with:
go-version: 1.22
cache: true
- name: Test
run: go test ./grpczerrors ./...
- name: Test zerrors
run: go test ./...
- name: Test grpczerrors
run: cd ./grpczerrors && go test ./...

0 comments on commit 70cc28c

Please sign in to comment.