fix: test runs on push to next and uses next branch
Some checks failed
/ test (push) Failing after 4s
Some checks failed
/ test (push) Failing after 4s
This commit is contained in:
parent
2c02c6fdaf
commit
061fba52cf
1 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- next
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
|
@ -6,16 +9,16 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Test
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@next
|
||||
with:
|
||||
args: test
|
||||
|
||||
- name: Build
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@next
|
||||
with:
|
||||
args: build
|
||||
|
||||
- name: Run
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@next
|
||||
with:
|
||||
args: run
|
||||
|
|
Loading…
Reference in a new issue