Skip to content

Commit

Permalink
CI: add test for root-win-path
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Jun 27, 2024
1 parent 8983b2b commit b759d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- 2.4.1 # specified version
cache: [true, false]
gcc: [true, false]
root-win-path: [true, false]
steps:
- uses: actions/checkout@v4

Expand All @@ -36,6 +37,7 @@ jobs:
version: ${{ matrix.version }}
cache: ${{ matrix.cache }}
gcc: ${{ matrix.gcc }}
root-win-path: ${{ matrix.root-win-path }}

- name: outputs
run: |
Expand Down

0 comments on commit b759d58

Please sign in to comment.