Skip to content

fix(test): Skip value comparison for _Attrib.update() with dup keys a… #267

fix(test): Skip value comparison for _Attrib.update() with dup keys a…

fix(test): Skip value comparison for _Attrib.update() with dup keys a… #267

Workflow file for this run

name: Build and test
on:
push:
branches-ignore:
- 'dependabot/**'
paths-ignore:
- '**/dependabot.yml'
- '.editorconfig'
- '**/.gitignore'
- '**/.gitattributes'
- '**.md'
- 'LICENSE'
jobs:
build:
uses: ./.github/workflows/build_inc.yml
all_tests:
needs: build
permissions:
actions: write
strategy:
matrix:
flavor:
- "normal"
- "alt"
uses: ./.github/workflows/test_inc.yml
with:
flavor: ${{ matrix.flavor }}