Skip to content

Commit fbce656

Browse files
committed
store/keychain(ci): enable windows
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
1 parent 55488f6 commit fbce656

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/keychain.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)