-
Notifications
You must be signed in to change notification settings - Fork 17
45 lines (43 loc) · 898 Bytes
/
test.core.yaml
File metadata and controls
45 lines (43 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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