diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2fa46adc2..c440a51d9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -109,30 +109,3 @@ jobs: - name: Check run: cargo check --release - dkg-liveness: - concurrency: - group: dkg-liveness-${{ github.ref }} - cancel-in-progress: true - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Install toolchain - id: toolchain - uses: actions-rs/toolchain@master - with: - profile: minimal - toolchain: nightly - target: wasm32-unknown-unknown - - - name: Rust Cache - uses: Swatinem/rust-cache@v1.3.0 - - - name: Install Protobuf - run: sudo apt-get install protobuf-compiler - - - name: Build - run: cargo build --release -p tangle-standalone --features integration-tests - - - name: DKG Liveness - run: bash ./scripts/ci-dkg-test.sh diff --git a/.github/workflows/publish-release-binary.yml b/.github/workflows/publish-release-binary.yml index 73398a7b3..018057ea7 100644 --- a/.github/workflows/publish-release-binary.yml +++ b/.github/workflows/publish-release-binary.yml @@ -61,16 +61,4 @@ jobs: file: target/release/tangle-standalone asset_name: tangle-standalone-relayer-linux-amd64 tag: ${{ github.ref }} - overwrite: true - - - name: Build binary with light-client - run: cargo build --release -p tangle-standalone --locked --features light-client - - - name: Upload light-client binaries to release - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: target/release/tangle-standalone - asset_name: tangle-standalone-light-client-linux-amd64 - tag: ${{ github.ref }} overwrite: true \ No newline at end of file