summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2024-09-09 17:24:54 -0400
committerDaniel McCarney <daniel@binaryparadox.net>2024-09-09 17:56:14 -0400
commitb4d61cc1f6c45bdff7c2a9c79a1bdef1d653abb3 (patch)
tree310adaecb2c8e1d383fe1f8a06f13ac1c65dc7fc
parent635c8f18587dba168fed5ba99bc694423278da12 (diff)
ci: remove unneeded cargo-c job in test workflow
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`...
-rw-r--r--.github/workflows/test.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 5642c76..46edb17 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -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