Update testdata submodule.

This commit is contained in:
go-jet 2019-08-16 12:52:02 +02:00
parent 3d6d3cd9bf
commit 5131452c1b
4 changed files with 7 additions and 3 deletions

View file

@ -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

2
.gitignore vendored
View file

@ -18,4 +18,4 @@
# Test files
gen
.gentestdata
.tests/init/data/
.tests/testdata/

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "tests/testdata"]
path = tests/testdata
url = https://github.com/go-jet/jet-test-data

1
tests/testdata Submodule

@ -0,0 +1 @@
Subproject commit 7f3f3cc26ce34324f3699d6b422376671b827490