Update fixturenet laconicd test workflow

This commit is contained in:
neeraj 2024-04-02 09:51:19 +05:30 committed by Prathamesh Musale
parent e8cacd899a
commit 0b53e24781

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
test: test:
name: "Run an Laconicd fixturenet test" name: "Run Laconicd fixturenet and Laconic CLI tests"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 'Update' - name: 'Update'
@ -46,6 +46,5 @@ jobs:
run: ./scripts/build_shiv_package.sh run: ./scripts/build_shiv_package.sh
- name: "Run fixturenet-laconicd tests" - name: "Run fixturenet-laconicd tests"
run: ./tests/fixturenet-laconicd/run-test.sh run: ./tests/fixturenet-laconicd/run-test.sh
# TODO: Separate out in a job
- name: "Run laconic CLI tests" - name: "Run laconic CLI tests"
run: ./tests/fixturenet-laconicd/run-cli-test.sh run: ./tests/fixturenet-laconicd/run-cli-test.sh