Skip to content

Commit

Permalink
Fix ct.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTobe committed Jul 21, 2023
1 parent 098478a commit dbcd916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ fi
if [ "$TARGET" == "x86_64-fortanix-unknown-sgx" ] || [ "$TARGET" == "thumbv7em-none-eabihf" ]; then
# The x86_64-fortanix-unknown-sgx target is not tested with nextest, for thumbv7em-none-eabihf
# we just build without running anything.
true
else
# function for downloading pre-built `cargo-nextest` on various platforms
download_cargo_nextest() {
Expand Down

0 comments on commit dbcd916

Please sign in to comment.