From c1b9997cd304710728aeb0f503b4c61338ba8ad5 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Wed, 16 Nov 2022 11:39:10 +0100 Subject: [PATCH] Remove test_setup_device from workflow --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62baf59..9523207 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,8 +53,6 @@ jobs: run: rustup update - name: Test run: cargo test - - name: Setup - run: cargo test test_setup_device -- --ignored - name: Wipe run: cargo test test_wipe_device -- --ignored test-readme-examples: