Skip to content

Commit

Permalink
Less building in CI (#2606)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian authored Sep 21, 2022
1 parent f6fe4c4 commit f53a87e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ jobs:
with:
crate: cargo-make
version: latest
- name: Build
uses: actions-rs/cargo@v1.0.1
with:
command: build
args: --all-targets --all-features
- name: Run `cargo make ci-job-test`
uses: actions-rs/cargo@v1.0.1
with:
Expand Down Expand Up @@ -171,11 +166,6 @@ jobs:
with:
crate: cargo-make
version: latest
- name: Build
uses: actions-rs/cargo@v1.0.1
with:
command: build
args: --all-targets --all-features
- name: Run `cargo make ci-job-test-docs`
uses: actions-rs/cargo@v1.0.1
with:
Expand Down Expand Up @@ -269,11 +259,6 @@ jobs:
with:
crate: cargo-make
version: latest
- name: Build
uses: actions-rs/cargo@v1.0.1
with:
command: build
args: --all-targets --all-features
- name: Run `cargo make ci-job-ffi`
uses: actions-rs/cargo@v1.0.1
with:
Expand Down

0 comments on commit f53a87e

Please sign in to comment.