aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-26 13:55:51 +0100
committerMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-26 13:55:51 +0100
commitc19fec620b52c457ea0d98680936be2ea9e1b248 (patch)
tree3bf1dbf35277bdb41ff7538ee45a57306c7b11cf
parent270b763c7ec216fe92ef90691015e224e9009693 (diff)
check out submodules
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 05df22f..46807e7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -22,6 +22,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+ with:
+ submodules: recursive
- uses: actions-rs/toolchain@v1
with:
profile: minimal