diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6e80351..1af45e4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,3 +38,4 @@ jobs: run: cargo test --no-default-features --features std,get_point_name --lib --verbose - name: PL run: cargo test --no-default-features --features parking_lot,get_point_name --lib --verbose +