Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
Rename job.
Browse files Browse the repository at this point in the history
  • Loading branch information
NullHypothesis committed Mar 3, 2024
1 parent c1ddedf commit 79d2b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "master" ]

jobs:
build:
macOS-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Test
run: go test -v ./...

build:
Linux-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 79d2b3a

Please sign in to comment.