build: also run tests with java8

This commit is contained in:
Geoff Bourne
2021-12-06 22:16:50 -06:00
parent cc61497f7e
commit 0a46d0382e

View File

@@ -67,7 +67,7 @@ jobs:
cache-to: type=gha,mode=max
- name: Run tests
if: github.ref_name == 'master'
if: github.ref_name == 'java8'
run: |
tests/test.sh
env: