Skip to content

♻️ Rename crate to hyli-registry & add download_elf #5

♻️ Rename crate to hyli-registry & add download_elf

♻️ Rename crate to hyli-registry & add download_elf #5

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Cache cargo build artifacts
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Run cargo test
run: cargo test