Skip to content

re-enable resholve debug #1725

re-enable resholve debug

re-enable resholve debug #1725

Workflow file for this run

name: "Test"
on:
pull_request:
push:
schedule:
# every sunday morning
- cron: "0 0 * * 0"
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- run: nix build .#ci --print-build-logs
- name: validate core CLI demo
run: nix-shell --run ./demo
- name: validate new CLI demo
run: nix develop --command ./demo
cross-test:
env:
ACTIONS_STEP_DEBUG: true
RUST_LOG: debug
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
# DOING: figure out how to run the equivalent of this with the development resholve we're using here
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
source-revision: 1a898bd613535711756fc960e4dd1dfefd4e1636
- run: nix flake check --print-build-logs -vvv