dpi: make no_std compatible

This commit is contained in:
Daniel McNab
2025-04-20 06:46:15 +01:00
committed by GitHub
parent 24e2c6914a
commit ecc884ac91
8 changed files with 179 additions and 14 deletions

View File

@@ -185,6 +185,12 @@ jobs:
contains(matrix.platform.name, 'Linux 64bit') &&
matrix.toolchain != '1.73'
run: cargo test -p dpi
- name: Check dpi crate (no_std)
if: >
contains(matrix.platform.name, 'Linux 64bit') &&
matrix.toolchain != '1.73'
run: cargo check -p dpi --no-default-features
- name: Build tests
if: >