Skip to content

Commit

Permalink
build: remove duplicated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Sep 4, 2023
1 parent 2ca96f2 commit 3589901
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3589901

Please sign in to comment.