mirror of
https://github.com/mre/mos6502.git
synced 2025-02-20 09:29:02 +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: push
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user