Skip to content

Commit

Permalink
Remove gt specific package/group
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvc committed Nov 10, 2023
1 parent fc1fae6 commit e0c5b3f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ BaselineOfZTimestamp >> baseline: spec [
spec
package: 'ZTimestamp-Core';
package: 'ZTimestamp-Tests' with: [ spec requires: #('ZTimestamp-Core') ];
package: 'ZTimestamp-GT' with: [ spec requires: #('ZTimestamp-Core') ];
group: 'default' with: #('core' 'tests');
group: 'core' with: #('ZTimestamp-Core');
group: 'tests' with: #('ZTimestamp-Tests');
group: 'gt' with: #('ZTimestamp-GT') ]
group: 'tests' with: #('ZTimestamp-Tests') ]
]

0 comments on commit e0c5b3f

Please sign in to comment.