Skip to content

Commit

Permalink
move dependencies test to release tests to have an early report.
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Oct 15, 2024
1 parent d660c94 commit c6b92a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .smalltalk.all.ston
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SmalltalkCISpec {
'Monticello.*',
'Metacello.*',
'System-Settings-Tests.*',
'System-Dependencies-Tests',
'RPackage.*',
'ReleaseTests.*' ],
#classes : [
Expand Down
1 change: 1 addition & 0 deletions .smalltalk.release.ston
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SmalltalkCISpec {
#testing : {
#packages : [
'System-Settings-Tests.*',
'System-Dependencies-Tests',
'ReleaseTests.*' ]
}
}

0 comments on commit c6b92a5

Please sign in to comment.