Update main.yml

This commit is contained in:
Mateusz Słodkowicz 2024-03-18 15:47:50 +01:00 committed by GitHub
parent edc736d144
commit fe04fd6fb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build app
run: cargo build --verbose
- name: Run tests