diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a4a63ef09..3e8a6c998 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,7 +31,7 @@ jobs: # ld to work, so build all the objects without performing the # final linking step. - name: Build - run: make stage1/stage1.o stage1/reset.o + run: make FEATURES="default,enable-gdb" stage1/stage1.o stage1/reset.o - name: Run tests run: make test