Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvanderheiden committed Feb 24, 2023
1 parent c9a60bc commit 8cd254d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'BaseloneOfSystemHashingSHA512',
#directory : 'src',
#onWarningLog: true,
#onConflict : #useLoaded,
#load : [ 'default' ],
#platforms : [ #pharo ]
}
],
#testing : {
#categories : [ 'System-Hashing-SHA512-Test*' ]
}
}

0 comments on commit 8cd254d

Please sign in to comment.