Update rust.yml

This commit is contained in:
Aidan van Wyk 2023-02-27 10:58:16 +02:00 committed by GitHub
parent 77fbda8ceb
commit 0b6daa6e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,3 +18,5 @@ jobs:
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose
- name: Run rustlings
run: rustlings verify