From: Adrián Arroyo Calle Date: Sat, 16 Jan 2021 18:12:53 +0000 (+0100) Subject: Minor fix X-Git-Tag: v0.9.0~158^2~2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=aea0570d2b7e832c37ddeefa09c0c96ca892ae34;p=scryer-prolog.git Minor fix --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8392bd3..c9567cb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Build uses: actions-rs/cargo@v1 with: - command: build + command: rustc args: --verbose -- -D warnings - name: Test uses: actions-rs/cargo@v1