Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
strokyl committed Feb 28, 2024
1 parent 057d74b commit 7696213
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Conduktor ctl

How to build:
```
go build .
```

How to run:
```
go run .
```

How to run unit test:
```
go test ./...
```

How to run integration test:
```
./test_final_exec.sh
```

0 comments on commit 7696213

Please sign in to comment.