From 8904b6a46e68b64fc5e973e44228f30b29e528a3 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sun, 31 Oct 2021 09:55:24 +0000 Subject: Perform fewer tests to avoid running out of memory in GH Actions This is a temporary solution until we find a better way. --- .github/workflows/scala.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 24bb8d6..8df825d 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -37,11 +37,11 @@ jobs: - name: Build RSAComb run: sbt compile - - name: Download benchmarks - run: | - pushd tests/dbpedia/ - ./setup.sh - popd + # - name: Download benchmarks + # run: | + # pushd tests/dbpedia/ + # ./setup.sh + # popd - name: Run tests - run: sbt "testOnly * -- -l org.scalatest.tags.Slow" + run: sbt "testOnly *functional.LUBM -- -l org.scalatest.tags.Slow" -- cgit v1.2.3