added a simple runtime test in CI for 32-bit binaries

This commit is contained in:
Yann Collet
2020-12-17 14:53:36 -08:00
parent ce34dc39a0
commit 4680d817c0
2 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -2,10 +2,10 @@ name: generic-release
on:
pull_request:
# This will eventually only be for pushes to master
# This will eventually only be for pushes to release
# but for dogfooding purposes, I'm running it even
# on dev pushes
branches: [ dev, master, actionsTest ]
branches: [ dev, release, actionsTest ]
jobs:
# missing jobs