Skip to content

switch to sub-query rather than left join to find missing clock entries #1315

switch to sub-query rather than left join to find missing clock entries

switch to sub-query rather than left join to find missing clock entries #1315

Workflow file for this run

on:
push:
name: "c-valgrind"
jobs:
build:
name: Testing on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-latest
#- os: windows-2022
#- os: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Load .env file
uses: xom9ikk/dotenv@v2
with:
path: ./
load-mode: strict
- name: Rust Nightly
run: |
rustup default nightly
rustup update
- name: Install valgrind
run: sudo apt install -y valgrind
- name: Valgrind Test
run: |
cd core
make valgrind