SY-4150: Enable writing time.now() to timestamp and int64 - Flow and WASM Pairity
#4076
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test - Core | |
| on: | |
| pull_request: | |
| paths: | |
| - .github/workflows/test.core.yaml | |
| - .github/workflows/test.go.yaml | |
| - .golangci.yaml | |
| - alamos/go/** | |
| - arc/go/** | |
| - aspen/** | |
| - cesium/** | |
| - codecov.yaml | |
| - core/** | |
| - freighter/go/** | |
| - scripts/check_gofmt.sh | |
| - x/go/** | |
| push: | |
| branches: | |
| - main | |
| - rc | |
| paths: | |
| - .github/workflows/test.core.yaml | |
| - .github/workflows/test.go.yaml | |
| - .golangci.yaml | |
| - alamos/go/** | |
| - arc/go/** | |
| - aspen/** | |
| - cesium/** | |
| - codecov.yaml | |
| - core/** | |
| - freighter/go/** | |
| - scripts/check_gofmt.sh | |
| - x/go/** | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| uses: ./.github/workflows/test.go.yaml | |
| secrets: inherit | |
| with: | |
| directory: core | |
| coverage_flag: core | |
| ginkgo_flags: "--tags driver" | |
| prepare_assets: true |