Update rust.yml

This commit is contained in:
Aidan van Wyk 2023-02-27 11:17:20 +02:00 committed by GitHub
parent 0b6daa6e3f
commit 33ba53468e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build - name: Build
run: cargo build --verbose run: cargo install --force --path . --verbose
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose
- name: Run rustlings - name: Run rustlings