Merge branch 'master' of github.com:materusPL/currency-exchange-rust

This commit is contained in:
Mateusz Słodkowicz 2024-03-19 12:33:55 +01:00
commit b9065ae35a
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
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