Skip to content

Commit ff8b593

Browse files
a1phyrkhuey
authored andcommitted
Test no_std with stable in CI
1 parent bf0563d commit ff8b593

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
runs-on: ubuntu-18.04
2929
steps:
3030
- uses: actions/checkout@v2
31-
- uses: actions-rs/toolchain@v1
32-
with:
33-
toolchain: nightly
34-
override: true
3531
- name: Build
3632
run: cargo build --verbose --no-default-features --features alloc
3733
- name: Run tests
@@ -41,10 +37,6 @@ jobs:
4137
runs-on: ubuntu-18.04
4238
steps:
4339
- uses: actions/checkout@v2
44-
- uses: actions-rs/toolchain@v1
45-
with:
46-
toolchain: nightly
47-
override: true
4840
- name: Build
4941
run: cargo build --verbose --release --no-default-features --features alloc
5042
- name: Run tests

0 commit comments

Comments
 (0)