From 6277cf1e4fef810d08af1e1f8d64778c94007236 Mon Sep 17 00:00:00 2001 From: Clément Sibille Date: Wed, 6 Oct 2021 22:35:40 +0200 Subject: Disable testing in github action Unit test in Rust depends on std, since the crate is no_std we can't use it. We should find an alternative way to do it before re-enabling testing. --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/rust.yml') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7ae98f3..65493ed 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,5 +18,5 @@ jobs: - uses: actions/checkout@v2 - name: Build run: cargo build --verbose - - name: Run tests - run: cargo test --verbose + #- name: Run tests + # run: cargo test --verbose -- cgit v1.2.3