Add unit tests for Utils::toHex

This commit is contained in:
Michael Lynch
2025-10-12 11:11:05 -04:00
parent 9a1be5386d
commit 5e03c00397
7 changed files with 147 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
name: Run Unit Tests
on:
push:
branches:
- main
- master
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone Repo
uses: actions/checkout@v4
- name: Setup Build Environment
uses: ./.github/actions/setup-build-environment
- name: Run Unit Tests
run: pio test -e native -vv
- name: Upload Test Results
# Upload test results even if the test step failed.
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results
path: .pio/build/native/