diff options
author | Adrian Thurston <thurston@colm.net> | 2019-12-21 01:02:04 +0200 |
---|---|---|
committer | Adrian Thurston <thurston@colm.net> | 2019-12-21 01:02:04 +0200 |
commit | ca2fc51203d0539934dcf49d2d9c7592cebb96d7 (patch) | |
tree | ea547ea1c661d62bda16412f6b400335a5d67cb0 /.github | |
parent | 29cf357170b4b30eb3fded744b55365476f9b5f9 (diff) | |
download | colm-ca2fc51203d0539934dcf49d2d9c7592cebb96d7.tar.gz |
testing: fixed EXTRA_DIST in test/aapl.d/
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d6c655c3..da649a2e 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,4 +1,4 @@ -name: C/C++ CI +name: Build/Test/Dist CI on: [push] |