diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c25664..502c22c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + submodules: recursive - name: Build push_swap run: make test: @@ -28,6 +30,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + submodules: recursive - name: Build push_swap run: make - name: Test