Skip to content

Fixed flapper and removed bench from PR (made it separate workflow) #400

Fixed flapper and removed bench from PR (made it separate workflow)

Fixed flapper and removed bench from PR (made it separate workflow) #400

name: "Release"
on:
push:
permissions:
contents: write # required by build-test to comment on coverage but not used here.
defaults:
run:
shell: bash --noprofile --norc -x -eo pipefail {0}
jobs:
quick:
name: "Ubuntu"
strategy:
fail-fast: false
matrix:
compiler: [gcc, clang]
ubuntu_version: [latest, 22.04]
uses: ./.github/workflows/build-test.yml
with:
server_version: main
ubuntu_version: ${{ matrix.ubuntu_version }}
compiler: ${{ matrix.compiler }}