Skip to content

feat: make elf loader more reusable by exposing from buffer. #49

feat: make elf loader more reusable by exposing from buffer.

feat: make elf loader more reusable by exposing from buffer. #49

Workflow file for this run

# This workflow runs cargo test on every pushed commit.
name: Cargo Test
on:
push:
branches:
jobs:
cargo-test:
uses: ./.github/workflows/nix-command.yml
with:
command: cargo test
nix_flake_path: '.'
runner: 'ubuntu-latest'