Skip to content

Commit

Permalink
test(pubsub): go-ipfs-api
Browse files Browse the repository at this point in the history
Testing against compatible version from
ipfs/go-ipfs-api#255
  • Loading branch information
lidel committed Oct 25, 2021
1 parent 82a0a95 commit d4f80fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
- run:
name: Cloning
command: |
git clone https://github.com/ipfs/go-ipfs-api.git
git clone --branch feat/pubsub-require-multibase https://github.com/ipfs/go-ipfs-api.git
git -C go-ipfs-api log -1
- run:
name: Starting the daemon
Expand Down

0 comments on commit d4f80fb

Please sign in to comment.