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: tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Build app - name: Build app
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests