Skip to content

Commit f909faf

Browse files
committed
add test_filesystem to api
1 parent 7920ee6 commit f909faf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/api.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
python -m pytest -s -v tests/test_s3.py
5151
python -m pytest -s -v tests/test_azure.py
5252
python -m pytest -s -v tests/test_gcs.py
53+
python -m pytest -s -v tests/test_filesystem.py
5354
5455
linux:
5556
name: Linux ${{ matrix.python }} + ${{ matrix.version }}
@@ -88,6 +89,7 @@ jobs:
8889
python -m pytest -s -v tests/test_s3.py
8990
python -m pytest -s -v tests/test_azure.py
9091
if [[ "${{ matrix.version }}" != "tf-nightly:tensorflow-io" ]]; then python -m pytest -s -v tests/test_gcs.py ; fi
92+
python -m pytest -s -v tests/test_filesystem.py
9193
9294
windows:
9395
name: Windows ${{ matrix.python }} + ${{ matrix.version }}

0 commit comments

Comments
 (0)