Add more cases

This commit is contained in:
Drashna Jael're
2021-12-07 10:01:59 -08:00
parent 633d2f6dfd
commit 5aa61497ec

View File

@@ -3,6 +3,10 @@ on:
push: push:
paths-ignore: paths-ignore:
- '**.md' - '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs: jobs:
build-default: build-default:
@@ -53,7 +57,7 @@ jobs:
*.bin *.bin
continue-on-error: true continue-on-error: true
build-default: build-oryx:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false