Update rust.yml

This commit is contained in:
Robert Chacón 2024-03-10 20:35:34 -06:00 committed by GitHub
parent 99f4bbffed
commit 7b953d4470
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,8 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
if: matrix.os == 'ubuntu-latest'
- name: Build
run: pushd src/rust; cargo build --verbose --all; popd
- name: Run tests