Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb22fe8

Browse files
committedOct 8, 2020
Enable more tests
1 parent 12ec724 commit eb22fe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ jobs:
119119
run: sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
120120
shell: cmd
121121

122-
# - name: Scala.js Test
123-
# run: sbt ";sjsJUnitTests/test"
124-
# shell: cmd
122+
- name: Scala.js Test
123+
run: sbt ";sjsJUnitTests/test"
124+
shell: cmd
125125

126126
community_build:
127127
runs-on: [self-hosted, Linux]

0 commit comments

Comments
 (0)
Please sign in to comment.