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 d3924de commit bc3eafbCopy full SHA for bc3eafb
check.sh
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+
3
# Small utility to run tests locally
4
# Similar to minimal-ci
5
@@ -77,7 +79,7 @@ for arg in "${args[@]}"; do
77
79
itest)
78
80
findGodot
81
cmds+=("cargo build --manifest-path test/Cargo.toml --features $features")
- cmds+=("cp target/debug/gdnative_test* test/project/lib/")
82
+ cmds+=("cp target/debug/*gdnative_test* test/project/lib/")
83
cmds+=("$godotBin --path test/project")
84
;;
85
doc)
0 commit comments