[Test] Change to short build name and see if ccache is working or not

This commit is contained in:
tangxifan 2020-11-24 18:58:06 -07:00
parent df98c83d33
commit 96a99fcb6b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: OpenFPGA Tests
name: linux_build
# Run CI on
# - each push
@ -19,7 +19,7 @@ env:
# Multiple job to tests
jobs:
# Test the compilation compatibility
build:
linux_build:
name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}