1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-20 08:05:15 +03:00

Small fixes and renaming

This commit is contained in:
Yann Hamdaoui 2021-02-09 15:52:43 +01:00
parent 71de5c2092
commit 9de950bb7c
3 changed files with 10 additions and 13 deletions

View File

@ -1,15 +1,8 @@
name: "Test Nickel building in PRs"
name: "Build Nickel"
on: pull_request
jobs:
test-nickel-building:
strategy:
matrix:
rust_channel:
- stable
- beta
- nightly
build-nickel:
runs-on: ubuntu-latest
@ -39,8 +32,11 @@ jobs:
- uses: cachix/cachix-action@v8
with:
name: nickel
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build Nickel against `${{ matrix.rust_channel }}` Rust channel
- name: Build Nickel
run: |
nix build ./#checks.x86_64-linux.nickel-against-${{ matrix.rust_channel }}-rust-channel
nix build ./#packages.x86_64-linux.build
- name: Run Makam Spec
run: |
nix build ./#checks.x86_64-linux.specs

View File

@ -1,9 +1,10 @@
name: "Test specs"
on:
pull_request:
push:
branches:
- master
jobs:
build: