Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,26 +91,6 @@ jobs:
- name: Check formatting
run: ./scripts/check-fmt.sh

check-downstream-agave:
if: false # re-enable after agave uses loader-v3-interface v3
name: Cargo check Agave master
runs-on: ubuntu-latest
needs: [sanity]
steps:
- name: Git Checkout
uses: actions/checkout@v4

- name: Setup Environment
uses: ./.github/actions/setup
with:
agave: true
stable-toolchain: true
cargo-cache-key: cargo-downstream-agave-check
cargo-cache-fallback-key: cargo-downstream-agave

- name: Run checks
run: ./scripts/check-downstream-agave.sh

clippy:
name: Clippy
needs: [sanity]
Expand Down Expand Up @@ -182,30 +162,6 @@ jobs:
- name: Run cargo-audit
run: ./scripts/check-audit.sh

semver:
if: false # enable after 2.2.0 is cut
name: Check semver
runs-on: ubuntu-latest
needs: [sanity]
steps:
- name: Git Checkout
uses: actions/checkout@v4

- name: Setup Environment
uses: ./.github/actions/setup
with:
stable-toolchain: true
cargo-cache-key: cargo-stable-semver
cargo-cache-fallback-key: cargo-stable

- name: Install cargo-semver-checks
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-semver-checks

- name: Run semver checks
run: ./scripts/check-semver.sh

check:
name: Cargo hack check
runs-on: ubuntu-latest
Expand Down
8 changes: 0 additions & 8 deletions scripts/check-semver.sh

This file was deleted.