We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b74afb commit e32d15dCopy full SHA for e32d15d
.github/workflows/ci.yaml
@@ -181,7 +181,7 @@ jobs:
181
uses: actions/checkout@v2
182
183
- name: Test
184
- run: sbt ";scala3-bootstrapped/compile ;scala3-bootstrapped/test"
+ run: sbt ";dist/pack ;scala3-bootstrapped/compile ;scala3-bootstrapped/test"
185
shell: cmd
186
187
- name: Scala.js Test
compiler/test/dotty/tools/scripting/ClasspathTests.scala
@@ -88,7 +88,7 @@ class ClasspathTests:
88
89
90
//////////////// end of tests ////////////////
91
-lazy val cwd = Paths.get(".").toAbsolutePath
+lazy val cwd = Paths.get(".").toAbsolutePath.normalize
92
lazy val wildcardEntry = "dist/target/pack/lib/*"
93
94
def listJars(dir: String) =
0 commit comments