diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4719639..851ef53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,12 +62,6 @@ jobs: with: command: build args: --release --features "${{ matrix.features }}" - - uses: actions/upload-artifact@v2 - if: ${{ matrix.toolchain == 'stable' && matrix.features == '' }} - with: - name: stabilizer - path: | - target/*/release/dual-iir test: runs-on: ubuntu-latest