diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0f34d858..5fd0550a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,5 +1,5 @@ name: test -on: +on: push: branches: - v3 @@ -13,14 +13,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.19', '1.20', '1.21' ] + go: ['1.19', '1.20', '1.21'] steps: - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: ${{ matrix.go }} - id: go - - name: Check out code into the Go module directory - uses: actions/checkout@v2 - - name: Test - run: "./test" + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: ${{ matrix.go }} + id: go + - name: Check out code into the Go module directory + uses: actions/checkout@v2 + - name: Test + run: "./test"