Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Morozko committed Dec 26, 2023
1 parent ff9cf75 commit a3eab30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build fabric-plugins
run: go build -v ./cmd/plugins
- name: Test
- run: go test -v ./...
run: go test -v ./...

golangci:
name: lint
Expand Down

0 comments on commit a3eab30

Please sign in to comment.