You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address some issues found when running test locally (#1217)
* Use expect message to make code more concise
- Give a little bit more leeway for timeout since CI machine will be
slower than development machine
* Shift test step around to improve test stabliltiy
- We want to make sure we don't run spm command quickly in succession
- Running unedit command right after spm update command sometime causes
CI git to complain about git HEAD corruption
* Test spm update on a simple default package
- The spm update command is not stable when used alongside with spm
edit, so let's just keep things simple by running the command on
defaultPackage instead.
* Minor clean up to the comment and unused import
* Adjust to match latest backgroundCompilation change
0 commit comments