Skip to content

Commit

Permalink
feat: include TestDealRetrieveByAnyCid in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc committed Sep 20, 2021
1 parent 59e42bd commit df90dda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,11 @@ workflows:
suite: itest-deals_512mb
target: "./itests/deals_512mb_test.go"

- test:
name: test-itest-deals_anycid
suite: itest-deals_anycid
target: "./itests/deals_anycid_test.go"

- test:
name: test-itest-deals_concurrent
suite: itest-deals_concurrent
Expand Down

0 comments on commit df90dda

Please sign in to comment.