Skip to content

Fix symbol tests for recent firmware versions #658

Fix symbol tests for recent firmware versions

Fix symbol tests for recent firmware versions #658

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
name: NickelMenu / Symbols
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
submodules: true
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: Build
run: cd test/syms && go build -o ../../test.syms .
- name: Run
run: cd src && ../test.syms