From c22876f115e5c900e7d3ad43e2866b14346350bc Mon Sep 17 00:00:00 2001 From: Arthur LE MOIGNE Date: Wed, 10 Jan 2024 14:16:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Include=20checkouting=20submodul?= =?UTF-8?q?e=20in=20code=20coverage=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/coverage.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 23e5af8..608cf3c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,7 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + submodules: true - name: Install Rust uses: actions-rust-lang/setup-rust-toolchain@v1.5.0