diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a0be025a64a3d668fa1a680a3a3e5511f320f5b7..d8503ab011dc522feaa56f7f725420a114691613 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -38,3 +38,4 @@ jobs: - run: ./zig-out/bin/zigmod aq add 1/vrischmann/sqlite - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic + - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index bcaaca05daf5def4aa47c56141e86a1e5cbd3b6e..7201c556deb2ee50896d6544b4608bf369f12c4d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -43,6 +43,7 @@ jobs: - run: ./zig-out/bin/zigmod aq add 1/vrischmann/sqlite - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic + - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep # Github Release - run: ./changelog.sh diff --git a/test_repo_all.sh b/test_repo_all.sh index 2736f543974452db1336ebaf3135b7d0679cccb8..f3e8cca9bc451f71f60cadd04ed0edc14cc9d47a 100755 --- a/test_repo_all.sh +++ b/test_repo_all.sh @@ -3,3 +3,4 @@ set -ex ./test_repo.sh https://github.com/nektro/zigmod-test-basic +./test_repo.sh https://github.com/nektro/zigmod-test-git-dep