aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-04 17:05:29 +0000
committerAleksey Kladov <[email protected]>2020-03-04 17:05:29 +0000
commit1e305b89ed0ee195f9c8e6229140dfe7b4ce6d19 (patch)
tree71655315c1691bd7812913fcbebfcb56af8b7422 /.github/workflows/ci.yaml
parent8ac7a180cf8f08c8c6649c6f06709198425a58a1 (diff)
Remove needless dep
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 74ce147ae..633015956 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -74,15 +74,10 @@ jobs:
74 key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} 74 key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
75 75
76 - name: Compile 76 - name: Compile
77 uses: actions-rs/cargo@v1 77 run: cargo test --no-run
78 with:
79 command: test
80 args: --no-run
81 78
82 - name: Test 79 - name: Test
83 uses: actions-rs/cargo@v1 80 run: cargo test
84 with:
85 command: test
86 81
87 - name: Prepare cache 82 - name: Prepare cache
88 run: cargo xtask pre-cache 83 run: cargo xtask pre-cache