We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e807b53 commit 9430379Copy full SHA for 9430379
1 file changed
.github/workflows/ci.yml
@@ -3,6 +3,8 @@ name: CI
3
4
on:
5
push:
6
+ branches:
7
+ - master
8
pull_request:
9
10
jobs:
@@ -18,9 +20,7 @@ jobs:
18
20
uses: dtolnay/rust-toolchain@stable
19
21
22
- name: "Build"
- uses: actions-rs/cargo@v1
- with:
23
- command: build
+ run: cargo build
24
25
lint:
26
name: "Lint"
@@ -59,6 +59,4 @@ jobs:
59
60
61
- name: "Run tests"
62
63
64
- command: test
+ run: cargo test
0 commit comments