Skip to content

Commit

Permalink
force get params
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Nov 21, 2023
1 parent 2fff3d5 commit e68cda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,13 +1011,14 @@ workflows:
suite: utest-unit-rest
target: "./api/... ./blockstore/... ./build/... ./chain/... ./cli/... ./cmd/... ./conformance/... ./extern/... ./gateway/... ./journal/... ./lib/... ./markets/... ./node/... ./paychmgr/... ./storage/... ./tools/..."
executor: golang-2xl
get-params: true
- test:
name: test-unit-storage
requires:
- build
suite: utest-unit-storage
target: "./storage/... ./extern/..."

get-params: true
- test:
go-test-flags: "-run=TestMulticoreSDR"
requires:
Expand Down

0 comments on commit e68cda5

Please sign in to comment.