Skip to content

Commit

Permalink
Remove test badge (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
barche authored Mar 8, 2024
1 parent 3f1a013 commit e9ca431
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# CxxWrap

[![test](/~https://github.com/JuliaInterop/CxxWrap.jl/actions/workflows/test.yml/badge.svg?branch=main)](/~https://github.com/JuliaInterop/CxxWrap.jl/actions/workflows/test.yml?query=branch%3Amain)

This package aims to provide a Boost.Python-like wrapping for C++ types and functions to Julia.
The idea is to write the code for the Julia wrapper in C++, and then use a one-liner on the Julia side to make the wrapped C++ library available there.

Expand Down

0 comments on commit e9ca431

Please sign in to comment.