diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index e7cb007..7008fa8 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -46,4 +46,10 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: -p stuart \ No newline at end of file + args: -p stuart + + - name: Run cargo test --all-features + uses: actions-rs/cargo@v1 + with: + command: test + args: -p stuart --all-features \ No newline at end of file