Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
robshakir committed Jul 29, 2024
1 parent 394b67e commit e977d5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ on:
jobs:
go:
uses: openconfig/common-ci/.github/workflows/basic_go.yml@125b6b58286d116b216e45c33cb859f547965d61
- test-excludes-regex: ".*/integration.*"
- race-excludes-regex: ".*/integration.*"
with:
test-excludes-regex: ".*/integration.*"
race-excludes-regex: ".*/integration.*"

0 comments on commit e977d5a

Please sign in to comment.