diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 7f1c4cb7..2e88a5d1 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -22,9 +22,6 @@ jobs: override: true components: rustfmt, clippy - # `cargo check` command here will use installed `nightly` - # as it is set as an "override" for current directory - - name: Run cargo build uses: actions-rs/cargo@v1 with: @@ -33,9 +30,4 @@ jobs: - name: Run cargo test uses: actions-rs/cargo@v1 with: - command: test - - - name: Run cargo build --release - uses: actions-rs/cargo@v1 - with: - command: build --release + command: test \ No newline at end of file