change directory before testing
Some checks failed
Test / build (push) Failing after 3s

This commit is contained in:
shylie 2025-07-07 13:21:14 -04:00
parent d17e40824b
commit d0c16c6c7e

View File

@ -13,4 +13,4 @@ jobs:
- name: Build - name: Build
run: cmake --build emulator/build run: cmake --build emulator/build
- name: Test - name: Test
run: ctest emulator/build run: cd emulator/build && ctest .