summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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