We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaf008 commit 0149b07Copy full SHA for 0149b07
.github/workflows/test.yml
@@ -15,6 +15,8 @@ jobs:
15
os: [ubuntu-latest, macos-latest]
16
steps:
17
- uses: actions/checkout@v2
18
+ with:
19
+ submodules: true
20
- name: Setup Rust
21
uses: actions-rs/toolchain@v1
22
with:
0 commit comments