Skip to content

Commit

Permalink
Remove binary building in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Jun 6, 2023
1 parent f13684a commit 9023b9b
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,36 +83,6 @@ jobs:
*windows*) echo "RUSTFLAGS=-Clink-arg=/DEBUG:NONE" >> $GITHUB_ENV ;;
esac
- name: Build lib
uses: actions-rs/cargo@v1
with:
command: build
args: --release --lib --features shared-memory --verbose

- name: Build bins
uses: actions-rs/cargo@v1
with:
command: build
args: --release --bins --features shared-memory --verbose

- name: Build examples
uses: actions-rs/cargo@v1
with:
command: build
args: --release --examples --features shared-memory --verbose

- name: Build tests
uses: actions-rs/cargo@v1
with:
command: build
args: --release --tests --features shared-memory --verbose

- name: Build benches
uses: actions-rs/cargo@v1
with:
command: build
args: --release --benches --features shared-memory --verbose

- name: Install nextest
run: cargo install cargo-nextest --locked

Expand Down

0 comments on commit 9023b9b

Please sign in to comment.