rust/.forgejo/workflows/test.yml
Paul Campbell d9532aa17a
All checks were successful
/ test (push) Successful in 1h0m55s
build: be more flexible in apt-get versions for docker image
Also merges as we can't build without both in place:

fix(build): revert invalid matrix syntax

Back out "test: verify matrix with stable and nightly"

This backs out commit 5fc345c0de.
2024-09-17 08:44:43 +01:00

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