Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b693b commit 241421cCopy full SHA for 241421c
.buildkite/pipeline.yaml
@@ -1,13 +1,4 @@
1
steps:
2
- - label: Install rustfmt
3
- command: rustup component add rustfmt-preview
4
- - wait
5
- - label: Check coding style
6
- command: cargo fmt --all -- --write-mode=diff
7
- - label: Run tests
8
- command:
9
- - ./.buildkite/run-tests.sh
10
11
- label: Deploy to staging
12
trigger: the-graph-network-staging-deployment
13
branches: master
.buildkite/run-tests.sh
0 commit comments