Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Mar 15, 2024
1 parent 351d48e commit a325e1e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,4 @@ fi
CARGO_PROFILE_RELEASE_LTO=true \
$cargo rustc --features "$INTRINSICS_FEATURES" --target $1 --example intrinsics --release

# Ensure no references to a panicking function
for rlib in $(echo $path); do
set +ex
$NM -u $rlib 2>&1 | grep panicking

if test $? = 0; then
exit 1
fi
set -ex
done

true

0 comments on commit a325e1e

Please sign in to comment.