We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9f348e + b82095a commit 28384e1Copy full SHA for 28384e1
.circleci/config.yml
@@ -6,5 +6,7 @@ jobs:
6
- image: ghcr.io/parallaxsecond/parsec-service-test-all
7
resource_class: medium
8
steps:
9
- - checkout
10
- - run: cargo build --features=all-providers,all-authenticators
+ - name: checkout
+ - run: |
11
+ git submodule --init
12
+ cargo build --features=all-providers,all-authenticators
0 commit comments