runner-test/.github/workflows/test.yaml
neosam 4a41ed7e6a
Some checks failed
Rust / build (push) Failing after 40s
.github/workflows/test.yaml aktualisiert
2024-06-29 12:18:38 +00:00

23 lines
379 B
YAML

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
SQLX_OFFLINE: "true"
jobs:
build:
runs-on: nixos
steps:
- uses: actions/checkout@v4
- name: Check out the environment
run: env
- name: Try to call cowsay via nix-shell
run: nix-shell -p cowsay --command "cowsay test"