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

This commit is contained in:
2024-03-19 12:33:55 +01:00
+1 -1
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