mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-28 03:42:17 +00:00
Attempt to fix circleci config
This commit is contained in:
parent
16f72e30f4
commit
ba66d82b72
@ -310,30 +310,35 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- lint
|
- lint
|
||||||
- test:
|
- test:
|
||||||
branches:
|
filters:
|
||||||
only:
|
branches:
|
||||||
- trying
|
only:
|
||||||
- staging
|
- trying
|
||||||
|
- staging
|
||||||
- test-macos:
|
- test-macos:
|
||||||
branches:
|
filters:
|
||||||
only:
|
branches:
|
||||||
- trying
|
only:
|
||||||
- staging
|
- trying
|
||||||
|
- staging
|
||||||
- test-and-build:
|
- test-and-build:
|
||||||
branches:
|
filters:
|
||||||
only:
|
branches:
|
||||||
- trying
|
only:
|
||||||
- staging
|
- trying
|
||||||
|
- staging
|
||||||
- test-and-build-macos:
|
- test-and-build-macos:
|
||||||
branches:
|
filters:
|
||||||
only:
|
branches:
|
||||||
- trying
|
only:
|
||||||
- staging
|
- trying
|
||||||
|
- staging
|
||||||
- test-rust-nightly:
|
- test-rust-nightly:
|
||||||
branches:
|
filters:
|
||||||
only:
|
branches:
|
||||||
- trying
|
only:
|
||||||
- staging
|
- trying
|
||||||
|
- staging
|
||||||
- publish-github-release:
|
- publish-github-release:
|
||||||
requires:
|
requires:
|
||||||
- lint
|
- lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user