build: add docker build step to test workflow
Some checks failed
/ test (push) Failing after 3s

This commit is contained in:
Paul Campbell 2024-09-07 12:38:08 +01:00 committed by Paul Campbell
parent c231f792f2
commit 73751475fa

View file

@ -4,10 +4,13 @@ on:
- next
jobs:
test:
runs-on: docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: docker build
run: DOCKER_HOST=tcp://docker-in-docker:2375 docker build .
- name: Test
uses: https://git.kemitix.net/kemitix/rust@next
with: