diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a95d1929c91..7196d55ab6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,13 +46,6 @@ jobs: git config --global user.name "User" ./prepare.sh - # Compile is a separate step, as the actions-rs/cargo action supports error annotations - - name: Compile - uses: actions-rs/cargo@v1.0.3 - with: - command: rustc - args: --release -- -Zrun_dsymutil=no - - name: Test run: | # Enable backtraces for easier debugging