Skip to content

Commit 0c70bd8

Browse files
committed
add more ci tests
1 parent 48450bd commit 0c70bd8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: CI
22
on: push
33
jobs:
4-
deploy:
4+
tests:
5+
strategy:
6+
fail-fast: false
7+
matrix:
8+
os: [ubuntu-latest, windows-latest, macos-latest]
9+
510
runs-on: ubuntu-latest
611
steps:
712
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)