Enable very rudimentary CI/CD #1

Merged
Karcsesz merged 14 commits from ci-working into master 2024-03-18 01:54:16 +01:00
Showing only changes of commit 4aa7aa99f9 - Show all commits

View file

@ -9,7 +9,7 @@ jobs:
- run: cargo test --all-features - run: cargo test --all-features
docker: docker:
name: docker build name: docker build
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- uses: docker/login-action@v3 - uses: docker/login-action@v3
with: with: