mirror of
https://github.com/mre/mos6502.git
synced 2025-01-03 00:30:57 +00:00
Run unit tests for PRs
This commit is contained in:
parent
38e90170c1
commit
449c17dbaf
9
.github/workflows/continuous_testing.yaml
vendored
9
.github/workflows/continuous_testing.yaml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: test
|
on:
|
||||||
on: push
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: test
|
name: test
|
||||||
|
Loading…
Reference in New Issue
Block a user