diff --git a/.circleci/config.yml b/.circleci/config.yml index 2f99e85..732a2c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,7 @@ jobs: command: | git submodule init git submodule update - cd ./tests/init/data && git fetch && git checkout master + cd ./tests/testdata && git fetch && git checkout master - run: @@ -132,7 +132,7 @@ jobs: command: | git submodule init git submodule update - cd ./tests/init/data && git fetch && git checkout master + cd ./tests/testdata && git fetch && git checkout master - run: name: Install dependencies diff --git a/.gitignore b/.gitignore index 2101797..f286e83 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,4 @@ # Test files gen .gentestdata -.tests/init/data/ \ No newline at end of file +.tests/testdata/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4ae1290 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tests/testdata"] + path = tests/testdata + url = https://github.com/go-jet/jet-test-data diff --git a/tests/testdata b/tests/testdata new file mode 160000 index 0000000..7f3f3cc --- /dev/null +++ b/tests/testdata @@ -0,0 +1 @@ +Subproject commit 7f3f3cc26ce34324f3699d6b422376671b827490