Skip to content

Commit

Permalink
Update scripts/check-critical-libraries.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Dec 17, 2024
1 parent 4aa9232 commit a753ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-critical-libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for REPO in ${REPOS_TO_CHECK[@]}; do
TAG=$(getLatestReleaseTagForRepo $REPO)
git clone $REPO -c advice.detachedHead=false --depth 1 --branch $TAG $TMP_DIR

nargo test --program-dir $TMP_DIR --format json
nargo test -q --program-dir $TMP_DIR

rm -rf $TMP_DIR
done

0 comments on commit a753ddb

Please sign in to comment.