Update main.yml

This commit is contained in:
2024-03-16 00:13:48 +01:00
committed by GitHub
parent c0740ebae0
commit 44b94ef042
+2
View File
@@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build app
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
docker: