Skip to content

Commit

Permalink
removed debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gomisha committed Aug 4, 2023
1 parent 7038910 commit 679e0cc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-monitor-regular-skipped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
cache: true
# - name: Setup tests (${{ matrix.targets.name }})
# run: VERBOSE=1 make -e GO_TEST_PACKAGES="${{ matrix.targets.packages }}" install-tools
# - name: Run tests (${{ matrix.targets.name }})
# run: make -es GO_TEST_PACKAGES="${{ matrix.targets.packages }}" unittest-main > test-output
# timeout-minutes: 25
# # command line from GitHub runner that works:
# # make VERBOSE=1 JSON_OUTPUT=true GO_TEST_PACKAGES=github.com/onflow/flow-go/admin/commands/common -es unittest-main > test-output
# # test run should continue even if there are failed tests
# continue-on-error: true
- name: Setup tests (${{ matrix.targets.name }})
run: VERBOSE=1 make -e GO_TEST_PACKAGES="${{ matrix.targets.packages }}" install-tools
- name: Run tests (${{ matrix.targets.name }})
run: make -es GO_TEST_PACKAGES="${{ matrix.targets.packages }}" unittest-main > test-output
timeout-minutes: 25
# command line from GitHub runner that works:
# make VERBOSE=1 JSON_OUTPUT=true GO_TEST_PACKAGES=github.com/onflow/flow-go/admin/commands/common -es unittest-main > test-output
# test run should continue even if there are failed tests
continue-on-error: true
- name: Process test results (${{ matrix.targets.name }})
uses: ./.github/workflows/actions/test-monitor-process-tests
with:
Expand Down

0 comments on commit 679e0cc

Please sign in to comment.