Skip to content

Commit

Permalink
add release feature check in merge_group instead of just check_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-harsha-vardhan committed Sep 5, 2024
1 parent 04bc6e6 commit ef7f7e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ jobs:
- name: Install rust cache
uses: Swatinem/rust-cache@v2.7.0


- name: Install just
uses: taiki-e/install-action@v2.41.10
with:
Expand Down
14 changes: 2 additions & 12 deletions .github/workflows/CI-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,16 +221,6 @@ jobs:
- name: Install rust cache
uses: Swatinem/rust-cache@v2.7.0

- name: Install just
uses: taiki-e/install-action@v2.41.10
with:
tool: just
checksum: true

- name: Run cargo check with v2 features enabled
- name: Run cargo check enabling only the release and v2 features
shell: bash
# env:
# # Not denying warnings for now.
# # We only want to ensure successful compilation for now.
# RUSTFLAGS: "-D warnings -A clippy::todo"
run: just check_v2
run: cargo check --no-default-features --features "release,v2"

0 comments on commit ef7f7e0

Please # to comment.