aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/push.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/push.yml')
-rw-r--r--.github/workflows/push.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index acffe51..1f48264 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -28,17 +28,12 @@ jobs:
28 - name: Run cargo check 28 - name: Run cargo check
29 uses: actions-rs/cargo@v1 29 uses: actions-rs/cargo@v1
30 with: 30 with:
31 command: check 31 command: check --release
32 32
33 - name: Run Clippy 33 - name: Run Clippy
34 uses: actions-rs/cargo@v1 34 uses: actions-rs/cargo@v1
35 with: 35 with:
36 command: clippy 36 command: clippy --release
37
38 - name: run test
39 uses: actions-rs/cargo@v1
40 with:
41 command: test
42 37
43 build: 38 build:
44 runs-on: ubuntu-latest 39 runs-on: ubuntu-latest