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

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2025-07-28 23:04:49 +00:00
parent 2392d5c2fa
commit 7579d81d7b

View file

@ -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