add get total api #2
Merged
Travis CI / Travis CI - Branch
succeeded
Oct 24, 2023 in 2m 59s
Build Passed
The build passed.
Details
This is a normal build for the add-get-total branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Go | OS | State |
---|---|---|---|
20.1 | 1.14.x | Linux | passed |
20.2 | 1.14.x | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Go |
Operating System | Linux (Xenial) |
Go Version | 1.14.x |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "xenial",
"arch": [
"amd64",
"ppc64le"
],
"go": [
"1.14.x"
],
"script": [
"go test -race ./...",
"for i in _examples/*/; do go build $i/*.go || exit 1; done"
]
}
Loading