Skip to content

Commit

Permalink
Merge pull request #54 from joergroedel/gh-actions
Browse files Browse the repository at this point in the history
GitHub/workflows: Test-build with all features
  • Loading branch information
joergroedel committed Jun 20, 2023
2 parents 9c0c4eb + 6a63dd8 commit b4ca120
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 b4ca120

Please sign in to comment.