From 199b2a17ba002861e9a48eb0836ebc16929c34d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 22 Nov 2024 07:56:26 -0300 Subject: [PATCH] wip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/action.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index d418b2e51..8900ce78e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -17,15 +17,8 @@ jobs: run: cargo fmt -- --check - name: Check Clippy run: cargo clippy -- -Dwarnings --allow dead_code - - name: Setup upterm session - uses: lhotari/action-upterm@v1 - name: Run internal tests - run: | - export PATH=/home/runner/.cargo/bin/:$PATH - sudo /home/runner/.cargo/bin/rustup default stable - sudo /home/runner/.cargo/bin/rustc --version - sudo /home/runner/.cargo/bin/cargo --version - sudo /home/runner/.cargo/bin/cargo test --verbose -- --nocapture + run: cargo test --verbose -- --nocapture - name: Build run: cargo build