Skip to content

build(deps): bump libc from 0.2.168 to 0.2.169 #517

build(deps): bump libc from 0.2.168 to 0.2.169

build(deps): bump libc from 0.2.168 to 0.2.169 #517

name: Integration testing
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '30 1 1,15 * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix develop --command bash -c 'make integration ARGS="-- --test-threads=4"'