Skip to content

Commit 5006538

Browse files
committed
💚 Added Rake trace for build debugging
1 parent 17df9e3 commit 5006538

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
sudo apt-get update -qq
110110
sudo apt-get install --assume-yes --quiet gdb
111111
112-
# --break-system-packages is required on Ubuntu 24.04+ (PEP 668 prevents pip from
113-
# installing to the system Python environment without explicit opt-in)
112+
# --break-system-packages is required on Ubuntu 24.04+
113+
# (PEP 668 prevents pip from installing to the system Python environment without explicit opt-in)
114114
- name: "Install GCovr for Tests of Ceedling Plugin: Gcov"
115115
run: |
116116
pip install --break-system-packages gcovr
@@ -152,7 +152,7 @@ jobs:
152152
- name: "Run Tests on Ceedling Plugin: FFF"
153153
run: |
154154
cd plugins/fff
155-
rake
155+
rake --trace
156156
cd ../..
157157
158158
# Run Module Generator Plugin Tests

0 commit comments

Comments
 (0)