Skip to content

Commit e0f875f

Browse files
committed
add another test repo
1 parent 1b86e37 commit e0f875f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ jobs:
3838
- run: ./zig-out/bin/zigmod aq add 1/vrischmann/sqlite
3939

4040
- run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic
41+
- run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- run: ./zig-out/bin/zigmod aq add 1/vrischmann/sqlite
4444

4545
- run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic
46+
- run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep
4647

4748
# Github Release
4849
- run: ./changelog.sh

test_repo_all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
set -ex
44

55
./test_repo.sh https://github.com/nektro/zigmod-test-basic
6+
./test_repo.sh https://github.com/nektro/zigmod-test-git-dep

0 commit comments

Comments
 (0)