Skip to content

Commit

Permalink
rip out some CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Nov 22, 2024
1 parent 4703e10 commit 3cae8c5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ jobs:
rustup update stable --no-self-update
rustup default stable
- name: Cache Rust dependencies
uses: ferrous-systems/shared-github-actions/cache-rust@main
# - name: Cache Rust dependencies
# uses: ferrous-systems/shared-github-actions/cache-rust@main

- name: Check formatting
if: ${{ matrix.os == 'ubuntu-latest' }}
shell: bash
run: cargo fmt --all --check
# - name: Check formatting
# if: ${{ matrix.os == 'ubuntu-latest' }}
# shell: bash
# run: cargo fmt --all --check

- name: Check Clippy warnings
shell: bash
run: cargo clippy --workspace --tests --locked -- -Dwarnings
# - name: Check Clippy warnings
# shell: bash
# run: cargo clippy --workspace --tests --locked -- -Dwarnings

- name: Prepare file to record snapshots used by insta
shell: bash
run: echo "INSTA_SNAPSHOT_REFERENCES_FILE=$(mktemp)" >> "${GITHUB_ENV}"
# - name: Prepare file to record snapshots used by insta
# shell: bash
# run: echo "INSTA_SNAPSHOT_REFERENCES_FILE=$(mktemp)" >> "${GITHUB_ENV}"

# - name: Run the test suite (Without AWS KMS)
# if: ${{ runner.os != 'Linux' }}
Expand Down

0 comments on commit 3cae8c5

Please sign in to comment.