This commit is contained in:
parent
c231f792f2
commit
386ebc30ca
1 changed files with 4 additions and 1 deletions
|
@ -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 build .
|
||||
|
||||
- name: Test
|
||||
uses: https://git.kemitix.net/kemitix/rust@next
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue