Skip to content

Commit

Permalink
submodule recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
uzushino committed Nov 6, 2023
1 parent 505eff9 commit 4d1d8c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout Crate
uses: actions/checkout@v3
with:
submodules: recursive
- name: toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -27,6 +29,8 @@ jobs:
steps:
- name: Checkout Crate
uses: actions/checkout@v3
with:
submodules: recursive
- name: Set Toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run test
Expand Down

0 comments on commit 4d1d8c0

Please sign in to comment.