Skip to content

Commit

Permalink
Build examples in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
kuy committed Sep 28, 2019
1 parent 1996c83 commit 715e76d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ jobs:
- uses: actions/checkout@master
- name: Build
run: cargo build --verbose
- name: Build examples
run: cargo build --example basic && cargo build --example errors && cargo build --example hello
- name: Run tests
run: cargo test --verbose

0 comments on commit 715e76d

Please sign in to comment.