This commit is contained in:
parent
c231f792f2
commit
386ebc30ca
1 changed files with 4 additions and 1 deletions
|
@ -4,10 +4,13 @@ on:
|
||||||
- next
|
- next
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: docker build
|
||||||
|
run: docker build .
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@next
|
uses: https://git.kemitix.net/kemitix/rust@next
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue