Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
substituters = http://cache.nixos.org https://cache.iog.io
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=

# - name: 'Install Cachix'
# uses: cachix/cachix-action@v17
# with:
# name: k-framework
- name: 'Install Cachix'
uses: cachix/cachix-action@v17
with:
name: k-framework

- name: Format
run: nix develop .#style --command bash -c './scripts/fourmolu.sh'
Expand Down Expand Up @@ -91,11 +91,11 @@ jobs:
substituters = http://cache.nixos.org https://cache.iog.io
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=

# - name: 'Install Cachix'
# if: ${{ !startsWith(matrix.os, 'self') }}
# uses: cachix/cachix-action@v17
# with:
# name: k-framework
- name: 'Install Cachix'
if: ${{ !startsWith(matrix.os, 'self') }}
uses: cachix/cachix-action@v17
with:
name: k-framework

- name: Build
run: GC_DONT_GC=1 nix build .#kore-exec .#kore-rpc-booster
Expand Down Expand Up @@ -124,11 +124,11 @@ jobs:
substituters = http://cache.nixos.org https://cache.iog.io
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=

# - name: Install Cachix
# uses: cachix/cachix-action@v17
# with:
# name: k-framework
# skipPush: true
- name: Install Cachix
uses: cachix/cachix-action@v17
with:
name: k-framework
skipPush: true

- uses: dorny/paths-filter@v4
id: changes
Expand Down Expand Up @@ -239,10 +239,10 @@ jobs:
substituters = http://cache.nixos.org https://cache.iog.io
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=

# - name: 'Install Cachix'
# uses: cachix/cachix-action@v17
# with:
# name: k-framework
- name: 'Install Cachix'
uses: cachix/cachix-action@v17
with:
name: k-framework

- name: Format
run: nix develop .#style --command bash -c './scripts/hlint.sh'
Loading