Skip to content

Commit 5116523

Browse files
committed
Don't test --no-default-features on stable.
--no-default-features disables "std", and building without "std" will require nightly now.
1 parent ef3b686 commit 5116523

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,8 @@ jobs:
107107
runs-on: ${{ matrix.os }}
108108
strategy:
109109
matrix:
110-
build: [stable, nightly]
110+
build: nightly
111111
include:
112-
- build: stable
113-
os: ubuntu-latest
114-
rust: stable
115112
- build: nightly
116113
os: ubuntu-latest
117114
rust: nightly

0 commit comments

Comments
 (0)