Skip to content

Commit 9fc8f69

Browse files
authored
build: add libcpp tests (#45)
* Adding libcpp tests * fix
1 parent 7a1c24a commit 9fc8f69

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,21 @@ jobs:
7070

7171
- run: cargo fmt --all -- --check
7272

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

0 commit comments

Comments
 (0)