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
docker:
name: docker build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: docker/login-action@v3
with: