remove submodule, run tests, collect coverage, no report

This commit is contained in:
🪞👃🪞 2025-01-22 03:16:50 +01:00
parent 5b2c2318a5
commit 7aa99e4692
8 changed files with 71 additions and 88 deletions

View file

@ -4,4 +4,4 @@ edition = "2021"
version = "0.2.0"
[dependencies]
jack = { path = "../rust-jack" }
jack = { git = "https://codeberg.org/unspeaker/rust-jack", ref = "a13c1c4" }