From 35899014f2382559fdd7df00fc5f7ccb6af0dc8b Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Mon, 4 Sep 2023 12:59:05 -0400 Subject: [PATCH] build: remove duplicated tests --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03090ac..e7ea8bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,21 +73,6 @@ jobs: - run: cargo fmt --all -- --check - libcpp: - name: libc++ - strategy: - fail-fast: false - matrix: - include: - - os: windows-latest - - os: ubuntu-latest - - os: macos-latest - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - - run: cargo test --features=libcpp - lint: name: Clippy runs-on: ubuntu-latest