Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
JekaMas committed May 11, 2022
1 parent cd4b40f commit 6a598b4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@ jobs:
# echo >&2 "Reproducible build broken"; cat bor1.sha256; cat bor2.sha256; exit 1
# fi

- name: Test
run: make test

- name: Data race tests
run: make test-race

- name: test-integration
run: make test-integration

- name: Lint
if: runner.os == 'Linux'
uses: golangci/golangci-lint-action@v3
with:
version: v1.46
skip-pkg-cache: true
skip-build-cache: true
only-new-issues: true
only-new-issues: true

- name: Test
run: make test

- name: Data race tests
run: make test-race

- name: test-integration
run: make test-integration

0 comments on commit 6a598b4

Please sign in to comment.