summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-10 01:14:58 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-10 01:14:58 +0100
commitf4fca66b87851ae343ce4cd47c9684cbab62a0b3 (patch)
treeb3519546db13b157499b3552a14cfc1f5354f7d3
parent525208ec8e86eaf57feb412e6c6c71e6d56d3cb3 (diff)
ci: checkout submodules
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index d65198f..2718b2c 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4
+ with:
+ submodules: true
- name: Install stable Rust toolchain
run: |