Skip to content

Commit 4b2408e

Browse files
committed
Make CI run on windows and linux
Signed-off-by: Marcel Müller <[email protected]>
1 parent 7f19973 commit 4b2408e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ env:
1111

1212
jobs:
1313
Build:
14-
runs-on: windows-latest
14+
strategy:
15+
matrix:
16+
os: [windows-latest, ubuntu-latest]
17+
runs-on: ${{ matrix.os }}
1518
steps:
1619
- name: Checkout Code
1720
uses: actions/checkout@v2

0 commit comments

Comments
 (0)