Skip to content

Commit a120c7c

Browse files
authored
enable non-bootstrapped tests back (#24089)
Now that the reference compiler emits the right code for the stdlib, we can enable back the non-bootstrapped tests.
2 parents 53d79fb + 5e0fa2a commit a120c7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/stdlib.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)