mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-03 12:10:33 +02:00
meta: Add GitHub CI
GitHub CI should be a more viable solution than Travis CI in 2023.
This commit is contained in:
parent
a3ca695d4e
commit
9462f39f47
17
.github/workflows/tests.yml
vendored
Normal file
17
.github/workflows/tests.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: tests
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: crystallang/crystal
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Run tests
|
||||||
|
run: crystal spec tests/main.cr
|
Loading…
Reference in New Issue
Block a user