There was an error while loading. Please reload this page.
1 parent 17df9e3 commit 5006538Copy full SHA for 5006538
1 file changed
‎.github/workflows/ci.yml‎
@@ -109,8 +109,8 @@ jobs:
109
sudo apt-get update -qq
110
sudo apt-get install --assume-yes --quiet gdb
111
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)
+ # --break-system-packages is required on Ubuntu 24.04+
+ # (PEP 668 prevents pip from installing to the system Python environment without explicit opt-in)
114
- name: "Install GCovr for Tests of Ceedling Plugin: Gcov"
115
run: |
116
pip install --break-system-packages gcovr
@@ -152,7 +152,7 @@ jobs:
152
- name: "Run Tests on Ceedling Plugin: FFF"
153
154
cd plugins/fff
155
- rake
+ rake --trace
156
cd ../..
157
158
# Run Module Generator Plugin Tests
0 commit comments