Laconic state machine
Go to file
Prathamesh Musale 0af44b5f17 Setup integration tests and CI (#11)
- Setup integration tests following pattern suggested in cosmos-sdk docs:
  https://docs.cosmos.network/v0.50/build/building-modules/testing#integration-tests
- Add tests for laconic modules query services
- Setup a CI workflow to run the integration tests

Reviewed-on: deep-stack/laconic2d#11
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-02-29 11:54:35 +00:00
.gitea/workflows Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00
api/cerc Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00
app Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00
cmd/laconic2d Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00
proto Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00
scripts Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00
tests Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00
utils Additional auction module commands (#3) 2024-02-15 06:56:18 +00:00
x Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00
.gitignore Initial commit 2024-01-31 14:42:54 +05:30
go.mod Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00
go.sum Add registry module commands to set and get records (#5) 2024-02-16 06:40:42 +00:00
Makefile Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00
README.md Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00

laconic2d

Install and run laconic2d:

# install the laconic2d binary
make install

# initialize the chain
make init

# start the chain
laconic2d start

Run tests:

make test-integration