From 5bb71e3083ad18292ac8a0f1ea66eebc5445eaa7 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 1 Jun 2023 15:46:40 +0300 Subject: [PATCH] Fix CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d866cff..f520ce0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,7 +207,7 @@ jobs: - name: CLI uses: GuillaumeFalourd/assert-command-line-output@v2 with: - command_line: cargo run -- p = 2; p + 3 + command_line: cargo run -- p = 2\; p + 3 contains: 5 expected_result: PASSED