We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5605c60 commit d1eac05Copy full SHA for d1eac05
.github/workflows/ci.yaml
@@ -69,6 +69,7 @@ jobs:
69
if [ ! -f ./Cargo.lock ]; then
70
cargo update -p clap --precise 4.4.18
71
cargo update -p ahash --precise 0.8.7
72
+ cargo update -p bumpalo --precise 3.14.0
73
fi
74
- name: Run tests
75
run: DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --verbose --all-features --workspace ${{ matrix.extra_args }} --exclude slint-node --exclude pyslint --exclude test-driver-node --exclude slint-node --exclude test-driver-nodejs --exclude test-driver-cpp --exclude mcu-board-support --exclude printerdemo_mcu --exclude uefi-demo --exclude slint-cpp
0 commit comments