Skip to content

chore(nix): bump nightly to origin/master (47eb77e) #627

chore(nix): bump nightly to origin/master (47eb77e)

chore(nix): bump nightly to origin/master (47eb77e) #627

Workflow file for this run

name: CI Checks
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make prebuild
- name: Linter
run: make lint
- name: Run unit tests
run: make tests
- name: Run integration
run: make integration