1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-13 00:29:33 +00:00

Run unit tests for PRs

This commit is contained in:
Matthias 2021-01-27 21:19:00 +01:00 committed by GitHub
parent 38e90170c1
commit 449c17dbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
name: test
on: push
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_and_test: