amrfarid140 / bitrise-step-microsoft-teams-integration

MIT License
1 stars 10 forks source link

Additional test steps in bitrise.yml #18

Closed jamieastley closed 3 years ago

jamieastley commented 3 years ago

Should add additional Go test steps to run when Bitrise test step is executed:

workflows:
  test:
    steps:
      - go-list: {}
      - golint: {}
      - errcheck: {}
      - go-test: {}