feat: make elf loader more reusable by exposing from buffer. #49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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' |