diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 742ccdf..9af4e72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,16 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Setup Go ${{ matrix.go-version }} uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} - # You can test your matrix by printing the current Go version + - name: Display Go version run: go version + + - name: Test v2 + run: | + cd v2 + go test