Update rust.yml

This commit is contained in:
Edgar 2022-11-09 10:49:05 +01:00 committed by GitHub
parent df706a3ffb
commit cbb49f8e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
run: cargo build --all-targets --verbose
- name: Run tests
run: cargo test --verbose