Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Format of commands will be for *nix, for Windows replace "./go" with ".\go" or ".\go.bat"

 

Build omod and run functional tests

./go build

Build omod without functional tests 

./go

 

Build omod

...

without any tests (unit/functional tests

...

)

./go 

...

-xtest

Run Functional Tests

./go functional-tests:test

...