File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -399,8 +399,6 @@ jobs:
399399 test-scala3-compiler-nonbootstrapped :
400400 runs-on : ubuntu-latest
401401 needs : [scala3-compiler-nonbootstrapped, tasty-core-nonbootstrapped, scala-library-nonbootstrapped]
402- # # The reference compiler generates wrong code for the non-bootstrapped stdlib, hence we cannot run tests on it at the moment
403- if : false
404402 steps :
405403 - name : Git Checkout
406404 uses : actions/checkout@v5
@@ -413,7 +411,7 @@ jobs:
413411 cache : ' sbt'
414412 - uses : sbt/setup-sbt@v1
415413 - name : Test `scala3-compiler-nonbootstrapped`
416- run : ./project/scripts/sbt scala3-compiler-nonbootstrapped-new /test
414+ run : ./project/scripts/sbt scala3-compiler-nonbootstrapped/test
417415
418416 test-scala3-compiler-bootstrapped :
419417 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments