diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-10-31 09:55:24 +0000 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-10-31 09:55:24 +0000 |
| commit | 8904b6a46e68b64fc5e973e44228f30b29e528a3 (patch) | |
| tree | 0153e4b0d25f93c8d9a6a35f2d6ea24e5fc89e93 | |
| parent | 78f726607b32925923d7e48686f7c6e9c8d7e831 (diff) | |
| download | RSAComb-8904b6a46e68b64fc5e973e44228f30b29e528a3.tar.gz RSAComb-8904b6a46e68b64fc5e973e44228f30b29e528a3.zip | |
Perform fewer tests to avoid running out of memory in GH Actions
This is a temporary solution until we find a better way.
| -rw-r--r-- | .github/workflows/scala.yml | 12 |
1 files 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: | |||
| 37 | - name: Build RSAComb | 37 | - name: Build RSAComb |
| 38 | run: sbt compile | 38 | run: sbt compile |
| 39 | 39 | ||
| 40 | - name: Download benchmarks | 40 | # - name: Download benchmarks |
| 41 | run: | | 41 | # run: | |
| 42 | pushd tests/dbpedia/ | 42 | # pushd tests/dbpedia/ |
| 43 | ./setup.sh | 43 | # ./setup.sh |
| 44 | popd | 44 | # popd |
| 45 | 45 | ||
| 46 | - name: Run tests | 46 | - name: Run tests |
| 47 | run: sbt "testOnly * -- -l org.scalatest.tags.Slow" | 47 | run: sbt "testOnly *functional.LUBM -- -l org.scalatest.tags.Slow" |
