Skip to content

Commit

Permalink
Update run target for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wehmoen authored Sep 17, 2024
1 parent 637341d commit 68f6701
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 @@ -12,7 +12,8 @@ on:

jobs:
build-library:
runs-on: self-hosted
runs-on:
group: "enterprise/Default"

steps:
- name: Checkout code
Expand All @@ -30,4 +31,4 @@ jobs:
run: go build -v ./...

- name: Run tests
run: go test -v ./...
run: go test -v ./...

0 comments on commit 68f6701

Please sign in to comment.