Skip to content

Commit

Permalink
[CI] test all
Browse files Browse the repository at this point in the history
  • Loading branch information
massquantity committed May 7, 2023
1 parent dd3bae9 commit 8527c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Build project
run: sbt -mem 4096 ++${{ matrix.scala }} deep-retrieval/test
run: sbt -mem 4096 ++${{ matrix.scala }} test
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package com.mass.retrieval.tdm

import cats.implicits._
import com.mass.scalann.utils.{Engine, Property}
import com.mass.scalann.utils.Property.getOrStop
import com.mass.scalann.utils.Property
import com.mass.tdm.cluster.RecursiveCluster
import com.monovore.decline._

Expand Down

0 comments on commit 8527c32

Please sign in to comment.