runner-test/.github/workflows/test.yaml
Simon Goller 8f96318f39
Some checks failed
Rust / build (push) Failing after 2s
Update
2024-06-29 14:11:31 +02:00

23 lines
380 B
YAML

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
SQLX_OFFLINE: "true"
jobs:
build:
runs-on: native
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"