From 42b263e8bdb71e55042c2bcbc4c93dcc41dba06d Mon Sep 17 00:00:00 2001 From: "Alisher A. Khassanov" Date: Tue, 28 Nov 2023 11:53:27 +0600 Subject: [PATCH] Remove CI jobs for contract package --- .github/workflows/ci.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 86b7740..d6a6f96 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,14 +56,3 @@ jobs: args: --timeout 5m - name: 'Run unit tests contentadrstorage module' run: go test -v ./contentadrstorage/... - #Contract module - - name: 'Run linters contract module' - uses: golangci/golangci-lint-action@v3 - with: - working-directory: 'contract' - version: v1.50 - args: --timeout 5m - - name: 'Run unit tests contract module' - run: go test -v ./contract/... - - name: 'Run integrational tests with blockchain emulator' - run: go test -v ./test/... \ No newline at end of file