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 bef76f6 commit 366af06Copy full SHA for 366af06
tests/test.sh
@@ -48,7 +48,7 @@ cd ${HERE}/test-func
48
49
# test packaing with a single binary
50
function package_bin() {
51
- rm -rf target/lambda/release/ > /dev/null 2>&1
+ rm -rf target/lambda/release > /dev/null 2>&1
52
docker run --rm \
53
-e BIN="$1" \
54
-v ${PWD}:/code \
@@ -60,7 +60,7 @@ function package_bin() {
60
61
# test packaging all binaries
62
function package_all() {
63
64
65
66
-v ${HOME}/.cargo/registry:/root/.cargo/registry \
0 commit comments