From 51ab8022f91b88bfebb088cbffb78c208060d159 Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Mon, 23 Sep 2019 17:10:40 +0200 Subject: [PATCH] Fix CI. --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 293ec55..aceaad5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,6 @@ jobs: run: | cargo build --verbose cargo build --verbose --features bezier - run: cargo build --verbose - name: Test run: | cargo test --verbose @@ -24,7 +23,6 @@ jobs: run: | cargo build --verbose cargo build --verbose --features bezier - run: cargo build --verbose - name: Test run: | cargo test --verbose @@ -38,7 +36,6 @@ jobs: run: | cargo build --verbose cargo build --verbose --features bezier - run: cargo build --verbose - name: Test run: | cargo test --verbose