]> Repositorios git - scryer-prolog.git/commitdiff
adjust ci
authorSkgland <[email protected]>
Thu, 25 Feb 2021 22:42:41 +0000 (23:42 +0100)
committerSkgland <[email protected]>
Sun, 28 Feb 2021 18:21:30 +0000 (19:21 +0100)
.github/workflows/test.yml

index 94ebc69046607c02953ed29a91d55c8eda2c228d..ddb8e61d775fa3a776ad3eeb29e6ccdca1b09af1 100644 (file)
@@ -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: