Skip to content

Commit e4e3c40

Browse files
committed
ci
1 parent 8676dc3 commit e4e3c40

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
sudo apt -yq update
1818
sudo apt install -yq --no-install-recommends octave octave-netcdf
1919
20-
- run: octave-cli --eval test_netcdf
20+
- run: octave-cli --eval hdf5nc.tests.test_netcdf

Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ import hdf5nc.*
1919

2020
or append `hdf5nc.` to each function call.
2121

22+
Run selftests by:
23+
24+
```matlab
25+
hdf5nc.tests.test_hdf5
26+
hdf5nc.tests.test_netcdf
27+
```
28+
2229
* Check that a dataset exists in file:
2330

2431
```matlab

0 commit comments

Comments
 (0)