Skip to content

Commit

Permalink
add GDA to CI (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmachado authored Oct 23, 2023
1 parent d8698c1 commit 3fdcdbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
run: |
npx mocha -t 1000000 test/integration/cfa.integration.test.js
- name: run gda integration test
run: |
npx mocha -t 1000000 test/integration/gda.integration.test.js
- name: run batch liquidations integration test
run: |
npx mocha -t 1000000 test/integration/batch.integration.test.js

0 comments on commit 3fdcdbd

Please sign in to comment.