Release v0.3.0 #27

Merged
HEL merged 64 commits from dev into main 2026-02-04 13:39:37 +00:00
48 changed files with 450 additions and 20 deletions
Showing only changes of commit 4ae06a5f03 - Show all commits

View File

@@ -13,10 +13,20 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install tytanic - uses: https://github.com/LordBaryhobal/gitea-cache-action@v4
uses: taiki-e/cache-cargo-install-action@v2
with: with:
tool: tytanic@0.2.2 path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
save-always: true
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Install tytanic
run: cargo binstall tytanic@0.2.2
- name: Run test suite - name: Run test suite
run: tt run run: tt run