From d2d2af5f5fb9e7c9b7873aa3a41012badaa94976 Mon Sep 17 00:00:00 2001 From: Yichen Xu Date: Wed, 6 Mar 2024 16:01:18 +0100 Subject: [PATCH] Increase coverage of stdlib-cc to all compilation tests --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 80960212f8c1..baf894edd009 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -200,7 +200,7 @@ jobs: # TODO increase coverage to `scala3-bootstrapped/test` - name: Test with Scala 2 library with CC TASTy - run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/testCompilation pos" + run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/testCompilation" test_windows_fast: