Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
go-ipfs
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
ipfs
go-ipfs
Commits
d1541e1d
Unverified
Commit
d1541e1d
authored
Mar 3, 2023
by
Piotr Galar
Committed by
GitHub
Mar 3, 2023
Browse files
Options
Downloads
Plain Diff
Merge pull request #9666 from ipfs/galargh-patch-1
ci: ensure new interop suites are executed
parents
fea25f7a
0cea5be4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build.yml
+1
-7
1 addition, 7 deletions
.github/workflows/build.yml
with
1 addition
and
7 deletions
.github/workflows/build.yml
+
1
−
7
View file @
d1541e1d
...
@@ -42,12 +42,6 @@ jobs:
...
@@ -42,12 +42,6 @@ jobs:
needs
:
[
prepare
]
needs
:
[
prepare
]
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
timeout-minutes
:
20
timeout-minutes
:
20
strategy
:
matrix
:
suites
:
-
'
exchange-files'
-
'
files
pin
circuit
ipns
cid-version-agnostic
ipns-pubsub
pubsub'
fail-fast
:
false
defaults
:
defaults
:
run
:
run
:
shell
:
bash
shell
:
bash
...
@@ -76,7 +70,7 @@ jobs:
...
@@ -76,7 +70,7 @@ jobs:
npm install kubo-rpc-client@^3.0.1
npm install kubo-rpc-client@^3.0.1
npm install ipfs-interop@^10.0.1
npm install ipfs-interop@^10.0.1
working-directory
:
interop
working-directory
:
interop
-
run
:
npx ipfs-interop -- -t node
$(sed -e 's#[^ ]*#-f test/&.js#g' <<< '${{ matrix.suites }}')
-
run
:
npx ipfs-interop -- -t node
env
:
env
:
LIBP2P_TCP_REUSEPORT
:
false
LIBP2P_TCP_REUSEPORT
:
false
LIBP2P_ALLOW_WEAK_RSA_KEYS
:
1
LIBP2P_ALLOW_WEAK_RSA_KEYS
:
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment