Update main.yml

This commit is contained in:
Mateusz Słodkowicz 2024-03-16 00:13:48 +01:00 committed by GitHub
parent c0740ebae0
commit 44b94ef042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build app
run: cargo build --verbose
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose
docker: docker: