Skip to content

Commit

Permalink
Update test.yml for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiyukiMineo authored Dec 28, 2024
1 parent 9e2b7bf commit e21db0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ jobs:
matrix:
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest]
work-dir: ['./', 'v2']
runs-on: ${{matrix.os}}
defaults:
run:
working-directory: ${{matrix.work-dir}}
steps:
- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit e21db0d

Please sign in to comment.