Update main.yml
This commit is contained in:
parent
c0740ebae0
commit
44b94ef042
|
@ -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:
|
||||
|
|
Reference in New Issue