Docker job shouldn't require test, we'll make sure the tests run in some other way.
All checks were successful
/ docker build (push) Successful in 1m10s
/ cargo test (push) Successful in 22s

This commit is contained in:
Karcsesz 2024-03-18 01:56:13 +01:00
parent 2e86deb862
commit 1804f455f6

View file

@ -6,8 +6,6 @@ jobs:
docker:
name: docker build
runs-on: ubuntu-22.04
needs:
- test
steps:
- uses: docker/login-action@v3
with: