1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-07-01 14:02:54 +00:00

Move duration parsing into sub package

This commit is contained in:
2023-02-19 14:32:38 +01:00
parent ebd4df6e54
commit 01afd6eba6
7 changed files with 307 additions and 215 deletions

View File

@ -20,4 +20,4 @@ jobs:
- name: Run checks
run: cargo clippy
- name: Run tests
run: cargo test
run: cargo test --all