Navigation Menu

Skip to content

Commit

Permalink
Run all examples in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Jul 4, 2021
1 parent 7604f78 commit b49a64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Run tests
run: cargo +nightly test --verbose
- name: Build examples
run: cd examples && cargo +nightly build --all --verbose
run: cd examples && cargo +nightly build --all-targets --verbose

0 comments on commit b49a64b

Please sign in to comment.