aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
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