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:
399
399
test-scala3-compiler-nonbootstrapped :
400
400
runs-on : ubuntu-latest
401
401
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
404
402
steps :
405
403
- name : Git Checkout
406
404
uses : actions/checkout@v5
@@ -413,7 +411,7 @@ jobs:
413
411
cache : ' sbt'
414
412
- uses : sbt/setup-sbt@v1
415
413
- name : Test `scala3-compiler-nonbootstrapped`
416
- run : ./project/scripts/sbt scala3-compiler-nonbootstrapped-new /test
414
+ run : ./project/scripts/sbt scala3-compiler-nonbootstrapped/test
417
415
418
416
test-scala3-compiler-bootstrapped :
419
417
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments