WIP ISA Unit tests
Some checks failed
per-push tests / build (push) Successful in 42s
per-push tests / test-utility (push) Successful in 1m58s
per-push tests / test-frontend (push) Successful in 2m4s
per-push tests / test-backend (push) Failing after 2m7s
per-push tests / timed-decomposer-parse (push) Successful in 2m12s

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2025-07-30 00:01:07 +00:00
parent 609e65a8db
commit 80509f704c
4 changed files with 415 additions and 134 deletions

View file

@ -79,4 +79,6 @@ jobs:
run: cargo test util
- name: test garbage collection
run: cargo test heap
- name: test instruction set implementation
run: cargo test isa_