Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 43da7f5

Browse files
committed
Don't full opt the facade
Signed-off-by: Carlos Quiroz <carlos.m.quiroz@gmail.com>
1 parent 2c40711 commit 43da7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Checking your code format
1818
run: csbt scalafmtCheckAll
1919
- name: Run tests
20-
run: csbt facade/test facade/fastOptJS facade/fullOptJS demo/fastOptJS::webpack
20+
run: csbt facade/test demo/fastOptJS::webpack

0 commit comments

Comments
 (0)