Update rust.yml

This commit is contained in:
Edgar 2022-10-28 12:32:46 +02:00 committed by GitHub
parent f7d6c08dd3
commit 8125833ccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests