Added Bytemuck to .github/workflows/ci.yml::env::DEP_FEATURES

This commit is contained in:
John Toohey 2023-10-18 07:24:32 +01:00
parent 3833d095c1
commit bcf2b58997
No known key found for this signature in database
GPG Key ID: A7F660048EACBDA6

View File

@ -2,7 +2,7 @@ name: Continuous integration
env: env:
VERSION_FEATURES: "v1 v3 v4 v5 v6 v7 v8" VERSION_FEATURES: "v1 v3 v4 v5 v6 v7 v8"
DEP_FEATURES: "slog serde arbitrary borsh zerocopy" DEP_FEATURES: "slog serde arbitrary borsh zerocopy bytemuck"
on: on:
pull_request: pull_request: