Skip to content

Commit

Permalink
updated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleklaussconn committed Nov 8, 2023
1 parent 0491a85 commit 610c0e3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,7 @@ jobs:
with:
ruby-version: '3.0'
- name: Unit test
env:
GO111MODULE: on
MONGODB_TEST_CXN: mongodb://localhost:27017
FIX_TEST: ${{ matrix.fix-version }}
STORE_TYPE: ${{ matrix.store-type }}
run: if [ -z $FIX_TEST && -z $STORE_TYPE]; then make build-src && make test-ci; fi
run: make build-src && make test-ci; fi
- name: Acceptance test
env:
GO111MODULE: on
Expand Down

0 comments on commit 610c0e3

Please sign in to comment.