gh actions

This commit is contained in:
Alex Mykyta
2022-02-25 23:26:35 -08:00
parent 7a890b56c5
commit 404e7e8365
2 changed files with 4 additions and 3 deletions

View File

@@ -2,9 +2,9 @@ name: build
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
release:
types:
- published
@@ -43,7 +43,7 @@ jobs:
cd test
export SKIP_SYNTH_TESTS=1
export STUB_SIMULATOR=1
pytest --workers auto
pytest
#-------------------------------------------------------------------------------
lint: