mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
CI fixes: quote TESTFLAGS and fix stable release filter
This commit is contained in:
parent
b0f1ee3fce
commit
01033d4fff
1 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
at: .
|
||||
- add-github-auth
|
||||
- run: sudo apt-get install lsof
|
||||
- run: make test SHARD_WIDTH=<< parameters.shard_width >> TESTFLAGS=<< parameters.test_flags >> GOARCH=<< parameters.goarch >>
|
||||
- run: make test SHARD_WIDTH=<< parameters.shard_width >> TESTFLAGS="<< parameters.test_flags >>" GOARCH=<< parameters.goarch >>
|
||||
cluster-tests:
|
||||
executor:
|
||||
name: golang
|
||||
|
|
@ -217,7 +217,7 @@ workflows:
|
|||
- test-golang-1.14
|
||||
filters:
|
||||
branches:
|
||||
only: enterprise
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v.*/
|
||||
- dockerhub-upload:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue