Skip to content

Commit

Permalink
ci: enable go third party rule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
didroe committed Mar 21, 2024
1 parent 170e57e commit f73e77d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/canary_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
"php/symfony",
"php/third_parties",
"python/lang",
"go/lang",
"go/gosec",
"go/gorilla",
"go/gosec",
"go/lang",
"go/third_parties",
]
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
"go/lang",
"go/gosec",
"go/gorilla",
"go/third_parties",
]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f73e77d

Please sign in to comment.