feat: better testing (#131)

* add tests

* update github actions to include testing step

* optimization
This commit is contained in:
Tarasov Aleksandr
2026-06-02 21:37:22 +03:00
committed by GitHub
parent 0476329798
commit e91465365d
9 changed files with 469 additions and 0 deletions
+3
View File
@@ -37,6 +37,9 @@ jobs:
with:
toolchain: 1.94.1
- name: Run tests
run: cargo test --locked
- name: Extract all binary names
id: cargo-meta
run: |