Enable very rudimentary CI/CD #1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
- run: cargo test --all-features
|
||||
docker:
|
||||
name: docker build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue