Update rust.yml

This commit is contained in:
Mark 2024-08-10 22:04:14 +02:00 committed by GitHub
parent 1f39fe0cae
commit c5de1f75ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
- name: Build server
working-directory: ./musicdb-server
run: cargo build --release --verbose
- name: Build client
working-directory: ./musicdb-client
run: cargo build --release --verbose
- name: Run tests
run: cargo test --verbose