Skip to content

Commit

Permalink
GitHub/workflows: Test-build with all features
Browse files Browse the repository at this point in the history
Enable gdbstub in the test builds to catch build errors in the whole
code base.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
  • Loading branch information
joergroedel committed Jun 20, 2023
1 parent 9c0c4eb commit 6a63dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a63dd8

Please sign in to comment.