Skip to content

Merge 'main' into 'arc_corr_and_glob_check_fix' #1044

Merge 'main' into 'arc_corr_and_glob_check_fix'

Merge 'main' into 'arc_corr_and_glob_check_fix' #1044

Workflow file for this run

# Runs all tests
name: All Tests
defaults:
run:
shell: bash
on: # Runs on any push event to any branch except master (the coverage workflow takes care of that)
push:
branches-ignore:
- 'master'
jobs:
basic_tests:
uses: pylhc/.github/.github/workflows/tests.yml@master
with:
pytest-options: -m "not extended and not cern_network"
extended_tests:
needs: basic_tests
uses: pylhc/.github/.github/workflows/tests.yml@master
with:
pytest-options: -m "extended and not cern_network"