Skip to content

Commit

Permalink
circle-ci: run table demo and tests (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Jan 4, 2024
1 parent d25219b commit be547fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
- go/load-cache # Load cached Go modules.
- go/mod-download # Run 'go mod download'.
- go/save-cache # Save Go modules to cache.
- go/test: # Runs 'go test ./...' but includes extensive parameterization for finer tuning.
covermode: atomic
failfast: true
race: true
- run:
name: "Table-Test"
command: "go test -v ./table"
Expand Down

0 comments on commit be547fd

Please sign in to comment.