3 files changed, 3 insertions(+), 0 deletions(-)
.github/workflows/nightly.yml+1
| ... | ... | @@ -38,3 +38,4 @@ jobs: |
| 38 | 38 | - run: ./zig-out/bin/zigmod aq add 1/vrischmann/sqlite |
| 39 | 39 | |
| 40 | 40 | - 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+1
| ... | ... | @@ -43,6 +43,7 @@ jobs: |
| 43 | 43 | - run: ./zig-out/bin/zigmod aq add 1/vrischmann/sqlite |
| 44 | 44 | |
| 45 | 45 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic |
| 46 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep |
| 46 | 47 | |
| 47 | 48 | # Github Release |
| 48 | 49 | - run: ./changelog.sh |
test_repo_all.sh+1
| ... | ... | @@ -3,3 +3,4 @@ |
| 3 | 3 | set -ex |
| 4 | 4 | |
| 5 | 5 | ./test_repo.sh https://github.com/nektro/zigmod-test-basic |
| 6 | ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep |