File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ build:aarch64-test-and-rebench:
2323
2424 script :
2525 - export PATH=/opt/local/bin:/opt/local/sbin:/Users/gitlab-runner/Library/Python/3.12/bin:${PATH}:${PYPY_BIN_DIR}
26+ - (cd Examples/Benchmarks/TestSuite && ./duplicate-tests.sh)
2627
2728 # BC JIT Compiled Version
2829 - SOM_INTERP=BC $RPYTHON --batch -Ojit src/main_rpython.py
@@ -44,7 +45,6 @@ build:aarch64-test-and-rebench:
4445 - ./som-ast-interp -cp Smalltalk TestSuite/TestHarness.som
4546 - ./som-ast-interp -cp Smalltalk:TestSuite Examples/Benchmarks/TestSuite/TestTestSuite.som
4647
47- - (cd Examples/Benchmarks/TestSuite && ./duplicate-tests.sh)
4848 - rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c rebench.conf
4949
5050build-and-test-interpreters :
You can’t perform that action at this time.
0 commit comments