diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b72d996..517d5b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,9 +42,6 @@ jobs: toolchain: ${{ matrix.toolchain }} override: true profile: minimal - # - name: dependencies - # if: runner.os == 'Linux' - # run: sudo apt-get update && sudo apt-get install -y libevent-dev - name: tests run: cargo test --verbose --color always -- --nocapture build: @@ -63,8 +60,5 @@ jobs: toolchain: ${{ matrix.toolchain }} override: true profile: minimal - # - name: dependencies - # if: runner.os == 'Linux' - # run: sudo apt-get update && sudo apt-get install -y libevent-dev - name: tests - run: cargo build --verbose --color always -- --nocapture + run: cargo build --release