Skip to content

Bump to v1.3.3. Remove dev and test Req dependency and use :httpc ins… #24

Bump to v1.3.3. Remove dev and test Req dependency and use :httpc ins…

Bump to v1.3.3. Remove dev and test Req dependency and use :httpc ins… #24

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
workflow_dispatch:
jobs:
build_test:
uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main
with:
submodules: recursive
test:
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
with:
submodules: recursive
test-flags: "--include long_running"
shards: 4
lint:
uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main
with:
submodules: recursive