Skip to content

Commit

Permalink
chore: improve actions
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed Dec 14, 2023
1 parent ddf67ea commit 77d6249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -parallel 1 -v ./...
run: go test -v ./...

security-gates:
uses: Trendyol/security-actions/.github/workflows/security-gates.yml@main
Expand Down

0 comments on commit 77d6249

Please sign in to comment.