diff options
| author | Tanvi Moharir <74228962+tanvimoharir@users.noreply.github.com> | 2021-06-23 17:52:52 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 17:52:52 +0530 |
| commit | 3c9cb62e9ba5b8a91bda293771c9f05721df8f43 (patch) | |
| tree | c65d1581fec10ae7950d3c752f015505cc6cfbbb /.github/workflows | |
| parent | a3ecad2a2fb95c146a9260515093dcdc1e764ee6 (diff) | |
| download | python-setuptools-git-3c9cb62e9ba5b8a91bda293771c9f05721df8f43.tar.gz | |
Update .github/workflows/main.yml
Updating from GH UI
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e557e2f9..58ce3b13 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,10 @@ jobs: GHA, ${{ runner.os }}, ${{ matrix.python }} + flags: >- + GHA, + ${{ runner.os }}, + ${{ matrix.python }} functionalities: gcov verbose: true # optional (default = false) |
