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
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:
parent
609e65a8db
commit
80509f704c
4 changed files with 415 additions and 134 deletions
|
|
@ -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_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue