Skip to content

Commit ce7b81e

Browse files
committed
Manual builds aren't needed before test_full.sh
1 parent 3ce90c5 commit ce7b81e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Diff for: .github/workflows/ci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: dtolnay/rust-toolchain@master
2727
with:
2828
toolchain: ${{ matrix.rust }}
29-
- run: cargo build
3029
- run: ./ci/test_full.sh
3130

3231
# try a target that doesn't have std at all

Diff for: .github/workflows/master.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ jobs:
2424
- uses: dtolnay/rust-toolchain@master
2525
with:
2626
toolchain: ${{ matrix.rust }}
27-
- run: cargo build
2827
- run: ./ci/test_full.sh

Diff for: .github/workflows/pr.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- uses: dtolnay/rust-toolchain@master
2121
with:
2222
toolchain: ${{ matrix.rust }}
23-
- run: cargo build
2423
- run: ./ci/test_full.sh
2524

2625
fmt:

0 commit comments

Comments
 (0)