From 79d2b3a8f2c4d0629f9edf613535b1c78ca43bca Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Sun, 3 Mar 2024 08:53:09 -0600 Subject: [PATCH] Rename job. --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 94e906f..6493b5d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ on: branches: [ "master" ] jobs: - build: + macOS-test: runs-on: macos-latest steps: - uses: actions/checkout@v3 @@ -26,7 +26,7 @@ jobs: - name: Test run: go test -v ./... - build: + Linux-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3