Update main.yml
This commit is contained in:
parent
af4bb83398
commit
c0740ebae0
|
@ -6,7 +6,14 @@ on:
|
|||
- 'master'
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
docker:
|
||||
needs: ["tests"]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
|
Reference in New Issue