We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a889c commit c1b1d47Copy full SHA for c1b1d47
2 files changed
.github/workflows/python-test.yml
@@ -219,7 +219,7 @@ jobs:
219
$env:LLVM_SYS_140_PREFIX = $env:LLVM_SYS_140_PREFIX
220
221
# Build and test
222
- make build-dev
+ make build-debug
223
make pytest-all
224
225
- name: Build and test PECOS (non-Windows)
@@ -266,7 +266,7 @@ jobs:
266
fi
267
268
# Build the project
269
270
271
# After build, verify the extension module on macOS
272
if [[ "${{ runner.os }}" == "macOS" ]]; then
crates/pecos/Cargo.toml
@@ -85,5 +85,9 @@ pecos-rng.workspace = true
85
log.workspace = true
86
serde_json.workspace = true
87
88
+[[example]]
89
+name = "quest_example"
90
+required-features = ["quest"]
91
+
92
[lints]
93
workspace = true
0 commit comments