Skip to content

Commit

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

0 comments on commit 13aeb20

Please sign in to comment.