Fixup build scripts

This commit is contained in:
Till Wegmüller 2022-09-04 15:23:10 -03:00 committed by GitHub
parent 422f6df5d8
commit ecf9dd42c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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