From 78f726607b32925923d7e48686f7c6e9c8d7e831 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sat, 30 Oct 2021 23:17:42 +0100 Subject: Finalise dbpedia functional testing --- .github/workflows/scala.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows/scala.yml') 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: - name: Build RSAComb run: sbt compile + - name: Download benchmarks + run: | + pushd tests/dbpedia/ + ./setup.sh + popd + - name: Run tests run: sbt "testOnly * -- -l org.scalatest.tags.Slow" -- cgit v1.2.3