Skip to content

Commit d3a70b6

Browse files
committed
ci: run tests for submodules
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent 2af1925 commit d3a70b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
- name: Test
2929
run: go test -race -v ./...
3030

31+
- name: Test gcsfs
32+
run: go test -race -v ./...
33+
working-directory: ./gcsfs
34+
35+
- name: Test sftpfs
36+
run: go test -race -v ./...
37+
working-directory: ./sftpfs
38+
3139
lint:
3240
name: Lint
3341
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)