Skip to content

Acedyn/zorro-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZORRO CORE

CI / CD

Testing

Native unit tests

You can run the tests with the native build for your environment

go test ./...

Wasm tests

The tests depends on some binaries that must be compiled first

export GOOS="js"
export GOARCH="wasm"
go build -o .\testdata\processors\wasm_worker.wasm .\testdata\processors\wasm_worker.go

You can run the tests in the browser with wasmbrowsertest

export GOOS="js"
export GOARCH="wasm"
go test ./...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages