Skip to content

Commit 09d796c

Browse files
committed
[ci] Actually compile examples
1 parent 5768f98 commit 09d796c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66
pull_request:
77

88
env:
99
CARGO_TERM_COLOR: always
1010

1111
jobs:
1212
build:
13-
1413
runs-on: ubuntu-latest
1514

1615
steps:
17-
- uses: actions/checkout@v2
18-
- name: Build
19-
run: cargo build
20-
- name: Run tests
21-
run: cargo test
16+
- uses: actions/checkout@v2
17+
- name: Run tests
18+
run: cargo test --examples

0 commit comments

Comments
 (0)