diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4ed72e9..b641e88 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,8 +2,8 @@ name: Go on: [push] jobs: - build: - name: Build + test: + name: Test runs-on: ubuntu-latest steps: