Skip to content

test example flakes too #45

test example flakes too

test example flakes too #45

Workflow file for this run

on:
push:
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
jobs:
ci:
strategy:
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
os: [ubuntu-latest, macos-12, macos-13, macos-14]
fail-fast: false
runs-on: ${{ matrix.os }}
permissions:
contents: "read"
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/magic-nix-cache-action@v6"
- name: Context
run: |
nix --version
- name: Lint
run: make lint
- name: Flake Check
run: make flake-check
- name: Test Default Shell
run: |
nix develop .# --command solc --version
nix develop ./test# --command solc --version
nix develop ./test# --command solc_0_8_23 --version