From 6f17529e7af0db0ff47f938a487616af5ee7622b Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Tue, 31 Mar 2020 21:45:22 +0600 Subject: [PATCH] Update ci.yml --- .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 d56ec9c9..2c3af7b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: args: --all-targets --all-features -- -D warnings - name: Test the examples - run: bash examples/test_examples.sh + run: cd examples && bash test_examples.sh - name: fmt uses: actions-rs/cargo@v1