diff options
Diffstat (limited to '.github/workflows/scala.yml')
-rw-r--r-- | .github/workflows/scala.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 3b18bf9..24bb8d6 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml | |||
@@ -37,5 +37,11 @@ jobs: | |||
37 | - name: Build RSAComb | 37 | - name: Build RSAComb |
38 | run: sbt compile | 38 | run: sbt compile |
39 | 39 | ||
40 | - name: Download benchmarks | ||
41 | run: | | ||
42 | pushd tests/dbpedia/ | ||
43 | ./setup.sh | ||
44 | popd | ||
45 | |||
40 | - name: Run tests | 46 | - name: Run tests |
41 | run: sbt "testOnly * -- -l org.scalatest.tags.Slow" | 47 | run: sbt "testOnly * -- -l org.scalatest.tags.Slow" |