File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,27 +40,27 @@ jobs:
4040 install : true
4141 - name : Test
4242 run : DOCKER_TARGET=${{ matrix.subtest }} make keychain-linux-unit-tests
43- # tests-windows:
44- # permissions:
45- # id-token: write
46- # contents: read
47- # name: WindowsKeychainTests
48- # runs-on: ${{ matrix.os }}
49- # strategy:
50- # fail-fast: false
51- # matrix:
52- # os:
53- # - windows-2022
54- # - windows-2025
55- # steps:
56- # - name: Checkout
57- # uses: actions/checkout@v4
58- # - name: Setup Go
59- # uses: actions/setup-go@v5
60- # with:
61- # go-version-file: ./store/go.mod
62- # - name: Test keychain
63- # run: make keychain-unit-tests
43+ tests-windows :
44+ permissions :
45+ id-token : write
46+ contents : read
47+ name : WindowsKeychainTests
48+ runs-on : ${{ matrix.os }}
49+ strategy :
50+ fail-fast : false
51+ matrix :
52+ os :
53+ - windows-2022
54+ - windows-2025
55+ steps :
56+ - name : Checkout
57+ uses : actions/checkout@v4
58+ - name : Setup Go
59+ uses : actions/setup-go@v5
60+ with :
61+ go-version-file : ./store/go.mod
62+ - name : Test keychain
63+ run : make keychain-unit-tests
6464 tests-macos :
6565 permissions :
6666 id-token : write
You can’t perform that action at this time.
0 commit comments