CI: run sui tests

This commit is contained in:
Csongor Kiss 2023-01-20 13:50:32 +00:00 committed by Csongor Kiss
parent 62eb6aec15
commit 91047147b0
1 changed files with 15 additions and 0 deletions

View File

@ -204,6 +204,21 @@ jobs:
- name: Run tests via docker
run: make test-docker
sui:
name: Sui
runs-on: ubuntu-20.04
defaults:
run:
shell: bash
working-directory: ./sui
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run tests via docker
run: make test-docker
terra:
runs-on: ubuntu-20.04
steps: