Skip to content

Commit

Permalink
Bug-Fix: pass failing nightly_test_indexer_vs_algod (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaffi committed Dec 5, 2022
1 parent c7c0e7f commit 7d7f31e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -51,6 +51,7 @@ jobs:
- go/install:
version: << parameters.go_version >>
- install_dependencies
- install_linter
- run_tests
- codecov/upload
test_nightly:
Expand All @@ -65,6 +66,7 @@ jobs:
- go/install:
version: << parameters.go_version >>
- install_dependencies
- install_linter
- run_tests
- codecov/upload
- slack/notify: &slack-fail-event
Expand Down Expand Up @@ -124,6 +126,9 @@ commands:
- run: echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/.local/bin' >> $BASH_ENV

install_linter:
description: Install golangci-lint
steps:
- run:
name: Install golangci-lint
command: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.3
Expand Down

0 comments on commit 7d7f31e

Please sign in to comment.