perf(library-select): #236 parallel BFS walker + Pass1/Pass2 scan mem… #464
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
| name: Build Nano Every | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "Nano Every" | |
| test-dir: "tests/platform/nano_every" | |
| env-name: "nano_every" | |
| firmware-ext: "hex" |