Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Sep 20, 2024
1 parent 031d1db commit 66c20a0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ jobs:
working-directory: ./go
run: make build

- name: Run linters # TODO move
working-directory: ./go
run: make lint-ci

- name: Run tests
working-directory: ./go
run: make test
Expand Down Expand Up @@ -158,9 +154,9 @@ jobs:
- name: Install and run linters
working-directory: go
run: |
make install-dev-tools install-build-tools
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/go/target/release/deps/" >> $GITHUB_ENV
make lint-ci
make install-dev-tools install-build-tools build lint-ci
# make lint-ci

# build-amazonlinux-latest:
# if: github.repository_owner == 'valkey-io'
Expand Down

0 comments on commit 66c20a0

Please sign in to comment.