From 757c1a7f77903b07a1ca89ca9cdf52c3136c9c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D0=BE=D1=82=D0=BB?= =?UTF-8?q?=D1=8F=D1=80=D0=BE=D0=B2?= Date: Wed, 17 Aug 2022 18:12:21 +0300 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) 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 +