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, 3 insertions, 6 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index acffe51..93b6edb 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -29,16 +29,13 @@ jobs:
29 uses: actions-rs/cargo@v1 29 uses: actions-rs/cargo@v1
30 with: 30 with:
31 command: check 31 command: check
32 32 args: --release
33
33 - name: Run Clippy 34 - name: Run Clippy
34 uses: actions-rs/cargo@v1 35 uses: actions-rs/cargo@v1
35 with: 36 with:
36 command: clippy 37 command: clippy
37 38 args: --release
38 - name: run test
39 uses: actions-rs/cargo@v1
40 with:
41 command: test
42 39
43 build: 40 build:
44 runs-on: ubuntu-latest 41 runs-on: ubuntu-latest