We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_full.sh
1 parent 3ce90c5 commit ce7b81eCopy full SHA for ce7b81e
.github/workflows/ci.yaml
@@ -26,7 +26,6 @@ jobs:
26
- uses: dtolnay/rust-toolchain@master
27
with:
28
toolchain: ${{ matrix.rust }}
29
- - run: cargo build
30
- run: ./ci/test_full.sh
31
32
# try a target that doesn't have std at all
.github/workflows/master.yaml
@@ -24,5 +24,4 @@ jobs:
24
25
.github/workflows/pr.yaml
@@ -20,7 +20,6 @@ jobs:
20
21
22
23
fmt:
0 commit comments