mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Don't run regression tests twice in GitHub CI (#1477)
This commit is contained in:
parent
36b4654445
commit
2abb9b4729
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -25,8 +25,8 @@ jobs:
|
|||
- name: Build
|
||||
run: make build
|
||||
|
||||
- name: Test
|
||||
run: make check
|
||||
- name: Unit tests
|
||||
run: make unit-test
|
||||
|
||||
- name: Regression tests
|
||||
# We run these with a convoluted path to ensure the tests don't
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue