Fixing tests

This commit is contained in:
retropikzel 2025-09-13 11:42:25 +03:00
parent 0ae84a8640
commit 62b2ef50e8
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -1,7 +1,9 @@
def tests = ['primitives', 'array', 'struct', 'addressof', 'callback']
pipeline {
agent any
agent {
label 'linux'
}
options {
disableConcurrentBuilds()