diff --git a/ci/script.sh b/ci/script.sh index 5952f7e..01f6ff5 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -18,8 +18,10 @@ run_tests() { inspect() { ${PREFIX}nm -g --defined-only target/**/debug/*.rlib + set +e ${PREFIX}objdump -Cd target/**/debug/*.rlib ${PREFIX}objdump -Cd target/**/release/*.rlib + set -e } main() {