From 7579d81d7b42500d442ed58eb475e9d0242a6a55 Mon Sep 17 00:00:00 2001 From: Ava Affine Date: Mon, 28 Jul 2025 23:04:49 +0000 Subject: [PATCH] add garbage collection tests to CI Signed-off-by: Ava Affine --- .forgejo/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index da25a67..0ce7564 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -76,5 +76,7 @@ jobs: - name: setup rust toolchain uses: msrd0/rust-toolchain@nightly - 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