diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index a771c77..0cba80d 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: recursive - name: Make build run: ./build.sh diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a660b2..76cfedf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: recursive - name: Install SMake run: ./build.sh --install --cleanup diff --git a/README.md b/README.md index 05e9526..e2bc6e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![MIT License](https://img.shields.io/badge/License-MIT-brightgreen.svg?)](https://github.com/kala13x/smake/blob/main/LICENSE) [![C/C++ CI](https://github.com/kala13x/smake/actions/workflows/make.yml/badge.svg)](https://github.com/kala13x/smake/actions/workflows/make.yml) +[![SMake Tests](https://github.com/kala13x/smake/actions/workflows/tests.yml/badge.svg)](https://github.com/kala13x/smake/actions/workflows/tests.yml) [![CodeQL](https://github.com/kala13x/smake/actions/workflows/codeql.yml/badge.svg)](https://github.com/kala13x/smake/actions/workflows/codeql.yml) ## Simple-Make