Skip to content

Commit 9430379

Browse files
temp
1 parent e807b53 commit 9430379

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33

44
on:
55
push:
6+
branches:
7+
- master
68
pull_request:
79

810
jobs:
@@ -18,9 +20,7 @@ jobs:
1820
uses: dtolnay/rust-toolchain@stable
1921

2022
- name: "Build"
21-
uses: actions-rs/cargo@v1
22-
with:
23-
command: build
23+
run: cargo build
2424

2525
lint:
2626
name: "Lint"
@@ -59,6 +59,4 @@ jobs:
5959
uses: dtolnay/rust-toolchain@stable
6060

6161
- name: "Run tests"
62-
uses: actions-rs/cargo@v1
63-
with:
64-
command: test
62+
run: cargo test

0 commit comments

Comments
 (0)