add garbage collection tests to CI
All checks were successful
per-push tests / build (push) Successful in 2m21s
per-push tests / test-frontend (push) Successful in 38s
per-push tests / test-backend (push) Successful in 39s
per-push tests / test-utility (push) Successful in 2m29s
per-push tests / timed-decomposer-parse (push) Successful in 38s
All checks were successful
per-push tests / build (push) Successful in 2m21s
per-push tests / test-frontend (push) Successful in 38s
per-push tests / test-backend (push) Successful in 39s
per-push tests / test-utility (push) Successful in 2m29s
per-push tests / timed-decomposer-parse (push) Successful in 38s
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
2392d5c2fa
commit
7579d81d7b
1 changed files with 3 additions and 1 deletions
|
|
@ -76,5 +76,7 @@ jobs:
|
||||||
- name: setup rust toolchain
|
- name: setup rust toolchain
|
||||||
uses: msrd0/rust-toolchain@nightly
|
uses: msrd0/rust-toolchain@nightly
|
||||||
- name: test instruction decoding
|
- name: test instruction decoding
|
||||||
run: cargo test util # this is instruction decoding code
|
run: cargo test util
|
||||||
|
- name: test garbage collection
|
||||||
|
run: cargo test heap
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue