Skip to content

Commit

Permalink
No need to check out submodules in workflows anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Dec 6, 2022
1 parent 0047d51 commit 374e111
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
# Check out `testdata/forge-std` submodule for chisel build.
with:
submodules: 'recursive'

- name: Install toolchain
uses: actions-rs/toolchain@v1
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
submodules: recursive
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -68,8 +66,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
submodules: recursive
- name: Install nextest
uses: taiki-e/install-action@nextest
- run: mkdir -p ~/.cargo/bin
Expand Down Expand Up @@ -168,8 +164,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
submodules: recursive
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -188,8 +182,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
submodules: recursive

- name: Install toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -215,9 +207,6 @@ jobs:
args: --all --all-features -- -D warnings
token: ${{ secrets.GITHUB_TOKEN }}

- name: remove forge-std files
run: rm -rf testdata/lib/forge-std/**

- name: forge fmt
run: cargo run --bin forge -- fmt --check testdata/

Expand Down

0 comments on commit 374e111

Please sign in to comment.