Update main.yml

This commit is contained in:
2024-03-18 15:47:50 +01:00
committed by GitHub
parent edc736d144
commit fe04fd6fb4
+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