From 6ad3e42dc34a0f902090aa69e0aa0ce82508a4db Mon Sep 17 00:00:00 2001 From: Tiago Carvalho Date: Mon, 26 Feb 2024 10:14:09 +0000 Subject: [PATCH] Include `borsh` in CI workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7631a57b..5b5448c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,8 @@ jobs: features: rustc-rayon - rust: stable features: serde + - rust: stable + features: borsh - rust: stable features: std - rust: beta