Paul Campbell
efe7ec08a9
Some checks failed
/ test (push) Failing after 44s
Back out "test: verify matrix with stable and nightly"
This backs out commit 5fc345c0de
.
24 lines
469 B
YAML
24 lines
469 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- next
|
|
jobs:
|
|
test:
|
|
runs-on: docker
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
|
|
- name: Test
|
|
uses: https://git.kemitix.net/kemitix/rust@next
|
|
with:
|
|
args: cargo test
|
|
|
|
- name: Build
|
|
uses: https://git.kemitix.net/kemitix/rust@next
|
|
with:
|
|
args: cargo build
|
|
|
|
- name: Run
|
|
uses: https://git.kemitix.net/kemitix/rust@next
|
|
with:
|
|
args: cargo run
|