Skip to content

Commit

Permalink
Ensure Linux is running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Nov 10, 2023
1 parent 12968b9 commit c46d95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
done
ScriptRoot="$( cd -P "$( dirname "$SOURCE" )" && pwd )"

. "$ScriptRoot/build.sh" --restore --build --pack "$@"
. "$ScriptRoot/build.sh" --ci "$@"

0 comments on commit c46d95f

Please sign in to comment.