Skip to content

Commit

Permalink
fix: included submodules in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hey-ewan committed Feb 19, 2025
1 parent 19ce662 commit c73afb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/execution-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true
submodules: recursive
fetch-depth: 0

- name: Cache dependencies
uses: actions/cache@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/validation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true
submodules: recursive
fetch-depth: 0

- name: Cache dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit c73afb2

Please sign in to comment.