Update main.yml
This commit is contained in:
parent
c0740ebae0
commit
44b94ef042
|
@ -10,6 +10,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Build app
|
||||||
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
docker:
|
docker:
|
||||||
|
|
Reference in New Issue