Skip to content

Commit 3bd2c5d

Browse files
authored
Merge pull request gmlarumbe#48 from gmlarumbe/test-submodule
Move test directory to separate submodule
2 parents e5f18c7 + 9d61648 commit 3bd2c5d

File tree

6,474 files changed

+8
-3928908
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,474 files changed

+8
-3928908
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Clone tree-sitter-systemverilog
1818
uses: actions/checkout@v4
19+
with:
20+
submodules: true
1921

2022
- name: Setup tree-sitter
2123
uses: tree-sitter/setup-action@v1

.github/workflows/ci_bind.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout repository
3333
uses: actions/checkout@v4
34+
with:
35+
submodules: true
3436

3537
- name: Set up tree-sitter
3638
uses: tree-sitter/setup-action/cli@v1

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "test"]
2+
path = test
3+
url = https://github.com/gmlarumbe/tree-sitter-systemverilog-test

test

Submodule test added at 87c664e

0 commit comments

Comments
 (0)