summaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/ci-rust-script.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/ci/ci-rust-script.sh b/ci/ci-rust-script.sh
index f3417da8db..2d53fc3d65 100755
--- a/ci/ci-rust-script.sh
+++ b/ci/ci-rust-script.sh
@@ -36,12 +36,8 @@ esac
# On Windows, it relies on having msbuild.exe in your path.
./wireguard/build-wireguard-go.sh
-# FIXME: Becaues of our old jsonrpc dependency our Rust code won't build
-# on latest nightly.
-if [ "${RUST_TOOLCHAIN_CHANNEL}" != "nightly" ]; then
- time cargo build --locked --verbose
- time cargo test --locked --verbose
-fi
+time cargo build --locked --verbose
+time cargo test --locked --verbose
if [[ "${RUST_TOOLCHAIN_CHANNEL}" == "nightly" && "$(uname -s)" == "Linux" ]]; then
rustfmt --version;