Skip to content

Commit

Permalink
ci: remove unneeded cargo-c job in test workflow
Browse files Browse the repository at this point in the history
We test cargo-c in the `pkg-config.yaml` workflow now. Additionally what
was left of the `cargo-c` job was simply checking out the src and
installing Rust but doing no actual work/testing of `rustls-ffi`...
  • Loading branch information
cpu committed Sep 9, 2024
1 parent 635c8f1 commit b4d61cc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,18 +258,6 @@ jobs:
- name: Clang tidy
run: clang-tidy tests/*.c -- -I src/

cargo-c:
name: cargo-c
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@nightly


miri:
name: Miri
runs-on: ubuntu-latest
Expand Down

0 comments on commit b4d61cc

Please sign in to comment.