Skip to content

Commit d810c7a

Browse files
committed
use windows
1 parent e6f4bd6 commit d810c7a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,17 @@ jobs:
2929
- name: Install musl-tools
3030
run: sudo apt-get install -y musl-tools
3131
- run: make check
32+
33+
Test-Randombytes-Windows:
34+
runs-on: windows-latest
35+
strategy:
36+
matrix:
37+
arch:
38+
- x64
39+
- x86
40+
steps:
41+
- uses: actions/checkout@v3
42+
- uses: ilammy/msvc-dev-cmd@v1
43+
with:
44+
arch: ${{ matrix.arch }}
45+
- run: cl /nologo /W3 /WX randombytes.c

0 commit comments

Comments
 (0)