Skip to content

Commit d937bf9

Browse files
committed
ci: revert back to stable for tests
1 parent fdd60a4 commit d937bf9

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,11 @@ jobs:
9595
DEBIAN_FRONTEND=noninteractive apt-get update
9696
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential ca-certificates clang curl pkg-config
9797
98-
# - name: Setup Rust
99-
# uses: dtolnay/rust-toolchain@stable
100-
101-
# TODO: Temporarily use nightly version of Rust for tests. Stable
102-
# currently has a bug that causes linking to fail. The fix is in
103-
# https://github.com/rust-lang/rust/commit/9ed0d11efbec18a1fa4155576a3bcb685676d23c
104-
# and will hit stable at some point.
105-
10698
- name: Setup Rust
107-
uses: dtolnay/rust-toolchain@nightly
108-
99+
uses: dtolnay/rust-toolchain@stable
100+
109101
- name: Test
110-
run: cargo +nightly test --all-features # TODO: Temporarily use nightly for tests.
102+
run: cargo test --all-features
111103

112104
lints:
113105
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)