Run lint and test actions on PR

This commit is contained in:
fabianlindfors 2022-01-13 14:32:57 +01:00
parent d76dbab5ba
commit b86e6d53ca
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@ name: Lint
on:
push:
branches: [ main ]
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always

View File

@ -3,6 +3,9 @@ name: Tests
on:
push:
branches: [ main ]
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always