Skip to content

Commit bb5544f

Browse files
committed
ci
1 parent 76d6a45 commit bb5544f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/matlab.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on: [push]
55

66
jobs:
77
run-tests:
8-
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
os: [ubuntu-latest, macos-latest, windows-latest]
11+
12+
runs-on: ${{ matrix.os }}
913

1014
steps:
1115
- uses: actions/checkout@v3

zarr-matlab/rust/wkw_load/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["Alessandro Motta <[email protected]>"]
55
build = "build.rs"
66

77
[dependencies]
8-
wkwrap = { path = "../../../rust" }
98
zarrs = "0.22.4"
109
wkw_mex = { path = "../wkw_mex" }
1110

0 commit comments

Comments
 (0)