August 2018
Intermediate to advanced
416 pages
12h 37m
English
The Build section is where you specify how you want to build your project:

If you click the Add build step button, you will see the following options:

We will click on the Execute shell option, which will give us a Unix shell scripting environment to utilize.
Notice that we now have a text area available, where we can add Unix script commands:

We will add the following commands to this shell script: go test.
Read now
Unlock full access