]> Repositorios git - scryer-prolog.git/commitdiff
Minor fix
authorAdrián Arroyo Calle <[email protected]>
Sat, 16 Jan 2021 18:12:53 +0000 (19:12 +0100)
committerAdrián Arroyo Calle <[email protected]>
Sat, 16 Jan 2021 18:12:53 +0000 (19:12 +0100)
.github/workflows/test.yml

index a8392bd3d88f72db50f687b1c81058bd756af645..c9567cb9a3483a33387c2173a54e77a91a953e48 100644 (file)
@@ -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