Skip to content

Test 1/10 as many iterations to avoid taking 6 hours #295

Test 1/10 as many iterations to avoid taking 6 hours

Test 1/10 as many iterations to avoid taking 6 hours #295

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
RUST_BACKTRACE: full
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: CI
run: ./ci.sh