Skip to content

Commit 2b20979

Browse files
committed
Try to see if silencing Jobs can speed up loading
1 parent 81e8343 commit 2b20979

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Pull-request
22

33
on:
4+
push:
5+
branches:
6+
- test
47
pull_request:
58
types: [assigned, opened, synchronize, reopened]
69

.smalltalk.ston

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
SmalltalkCISpec {
2+
#preLoading : 'scripts/preLoading.st',
23
#loading : [
34
SCIMetacelloLoadSpec {
45
#baseline : 'Moose',

scripts/preLoading.st

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Job compile: 'announce: anAnnouncementClass
2+
"Nothing"'

0 commit comments

Comments
 (0)