There was an error while loading. Please reload this page.
1 parent 0562393 commit 3ebcfaeCopy full SHA for 3ebcfae
1 file changed
.github/workflows/go.yml
@@ -37,9 +37,7 @@ jobs:
37
python-version: '3.x'
38
# Rust is required to build some packages
39
- name: install rust
40
- uses: actions-rs/toolchain@v1
41
- with:
42
- toolchain: stable
+ uses: dtolnay/rust-toolchain@stable
43
- name: install python dependencies
44
run: pip install twine build wheel
45
- name: install go dependencies
@@ -49,12 +47,7 @@ jobs:
49
47
- name: build
50
48
run: go build
51
- name: test
52
- run: gotestsum --jsonfile unit-tests.json
53
- - name: annotate tests
54
- if: always()
55
- uses: guyarb/golang-test-annotations@v0.9.0
56
57
- test-results: unit-tests.json
+ run: gotestsum --format github-actions
58
- name: notify slack on failure
59
uses: craftech-io/slack-action@v1
60
if: failure() && github.event_name == 'schedule'
0 commit comments