aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAntonin Delpeuch <antonin@delpeuch.eu>2023-09-20 10:20:20 +0200
committerAntonin Delpeuch <antonin@delpeuch.eu>2023-09-20 10:29:27 +0200
commitb268b72533c805be8da82c728d3c8e9f6249cf23 (patch)
treedeebc34b0a85a8b517a6d017d93466db83dbac0e /.github
parent922f5d08b841557856ff82cae5f72c156bef77d1 (diff)
downloadgit-deps-b268b72533c805be8da82c728d3c8e9f6249cf23.tar.gz
Start test suite of running git-deps on itself
For #4.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CI.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 6dae66e..01e41e6 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -20,6 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v3
+ with:
+ fetch-depth: 0 # fetch the entire repository so that we can use it for our self tests
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
@@ -41,3 +43,6 @@ jobs:
- name: Test with pytest
run: |
pytest
+ - name: Run the self-test suite
+ run: |
+ tests/self_test.sh