Skip to content

Commit 3589901

Browse files
committed
build: remove duplicated tests
1 parent 2ca96f2 commit 3589901

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

-15
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,6 @@ jobs:
7373

7474
- run: cargo fmt --all -- --check
7575

76-
libcpp:
77-
name: libc++
78-
strategy:
79-
fail-fast: false
80-
matrix:
81-
include:
82-
- os: windows-latest
83-
- os: ubuntu-latest
84-
- os: macos-latest
85-
runs-on: ${{ matrix.os }}
86-
steps:
87-
- uses: actions/checkout@v3
88-
89-
- run: cargo test --features=libcpp
90-
9176
lint:
9277
name: Clippy
9378
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)