tek/.forgejo/workflows/build.yaml
unspeaker ac0ee26b7c cargo check -> cargo test; add cloc at end
+ don't fallthrough to sequencer on arranger edges
2024-12-25 02:02:17 +01:00

10 lines
386 B
YAML

on: [push]
jobs:
build:
container:
image: nixos/nix:latest
steps:
- run: nix-channel --list && nix-channel --update
- run: nix-shell -p git --command 'git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .'
- run: whoami && pwd && ls -al
- run: nix-shell --command 'cargo version -vv && cargo test && cloc crates/tek/src' .forgejo/workflows/build.nix