From: Skgland Date: Thu, 25 Feb 2021 22:42:41 +0000 (+0100) Subject: adjust ci X-Git-Tag: v0.9.0~150^2~7^2~4 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=90aefd35f0b7f80dd9bcfb8056624dcd378a1709;p=scryer-prolog.git adjust ci --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94ebc690..ddb8e61d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,11 +17,16 @@ jobs: profile: minimal toolchain: ${{ matrix.rust-version }} override: true - - name: Build + - name: Build lib uses: actions-rs/cargo@v1 with: command: rustc - args: --verbose -- -D warnings + args: --verbose --lib -- -D warnings + - name: Build bin + uses: actions-rs/cargo@v1 + with: + command: rustc + args: --verbose --bin scryer-prolog -- -D warnings - name: Test uses: actions-rs/cargo@v1 with: