diff --git a/Jenkinsfile b/Jenkinsfile index 7d0d7d8..ccb86d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,4 @@ -def implementations = ['chibi', 'sagittarius'] -def tests = ['primitives'] +def tests = ['primitives', 'addressof', 'callback'] pipeline { agent any