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