[Test] Change to short build name and see if ccache is working or not
This commit is contained in:
parent
df98c83d33
commit
96a99fcb6b
|
@ -1,4 +1,4 @@
|
||||||
name: OpenFPGA Tests
|
name: linux_build
|
||||||
|
|
||||||
# Run CI on
|
# Run CI on
|
||||||
# - each push
|
# - each push
|
||||||
|
@ -19,7 +19,7 @@ env:
|
||||||
# Multiple job to tests
|
# Multiple job to tests
|
||||||
jobs:
|
jobs:
|
||||||
# Test the compilation compatibility
|
# Test the compilation compatibility
|
||||||
build:
|
linux_build:
|
||||||
name: ${{ matrix.config.name }}
|
name: ${{ matrix.config.name }}
|
||||||
runs-on: ${{ matrix.config.os }}
|
runs-on: ${{ matrix.config.os }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue