Skip to content

Added advance queuing #25 (#47) #109

Added advance queuing #25 (#47)

Added advance queuing #25 (#47) #109

Workflow file for this run

name: oracle-simple tests
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: run oracle
run: nix-shell -p docker-compose --run "docker-compose up -d"
- name: build
run: nix-build
- name: test
run: ./result/bin/tests