From ecf9dd42c5083fd3db40bbefd64ca113f8dcd131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Wegm=C3=BCller?= Date: Sun, 4 Sep 2022 15:23:10 -0300 Subject: [PATCH] Fixup build scripts --- .github/workflows/rust-clippy.yml | 3 +++ .github/workflows/rust.yml | 5 +++++ README.md | 2 -- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 41e1274..2920fa1 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -40,6 +40,9 @@ jobs: - name: Install required cargo run: cargo install clippy-sarif sarif-fmt + - name: Patch target path + run: rm .cargo/config.toml + - name: Run rust-clippy run: cargo clippy diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3c13d1b..a95e06a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,12 @@ jobs: steps: - uses: actions/checkout@v2 + + - name: Patch target path + run: rm .cargo/config.toml + - name: Build run: cargo build --verbose + - name: Run tests run: cargo test --verbose diff --git a/README.md b/README.md index b7dedc9..5e1513d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Run on Repl.it](https://repl.it/badge/github/openflowlabs/libips)](https://repl.it/github/openflowlabs/libips) - # Image Packaging System for illumos ## libips