Skip to content

Commit

Permalink
adjust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Skgland committed Feb 25, 2021
1 parent ac13129 commit be3c206
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit be3c206

Please sign in to comment.