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 973fd19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -32,7 +33,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 973fd19

Please sign in to comment.