ci: test REPL with cargo check

This commit is contained in:
Alexander Krotov
2020-08-07 01:24:51 +03:00
committed by link2xt
parent 2a155d4849
commit a3ecbb3809

View File

@@ -92,7 +92,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --all --bins --examples --tests
args: --all --bins --examples --tests --features repl
- name: tests
uses: actions-rs/cargo@v1