Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
d893ec7e
Commit
d893ec7e
authored
May 06, 2022
by
Nicolas "Norswap" Laurent
Committed by
norswap
May 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use pnpm on CI to speed it up
parent
8e55a314
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
test_challenge.yml
.github/workflows/test_challenge.yml
+2
-1
test_challenge_fault.yml
.github/workflows/test_challenge_fault.yml
+2
-1
test_challenge_simple.yml
.github/workflows/test_challenge_simple.yml
+2
-1
test_contracts.yml
.github/workflows/test_contracts.yml
+2
-1
test_mipsevm.yml
.github/workflows/test_mipsevm.yml
+2
-1
No files found.
.github/workflows/test_challenge.yml
View file @
d893ec7e
...
...
@@ -14,7 +14,8 @@ jobs:
-
name
:
Install Toolchain (Go, Node.js and Make)
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make
npm install --global pnpm
-
name
:
Build
run
:
make libunicorn minigeth_mips minigeth_prefetch mipsevm nodejs
-
name
:
Run test challenge
...
...
.github/workflows/test_challenge_fault.yml
View file @
d893ec7e
...
...
@@ -14,7 +14,8 @@ jobs:
-
name
:
Install Toolchain (Go, Node.js and Make)
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs pnpm make
npm install --global pnpm
-
name
:
Build
run
:
make build
-
name
:
Run fault injection challenge scenario
...
...
.github/workflows/test_challenge_simple.yml
View file @
d893ec7e
...
...
@@ -14,7 +14,8 @@ jobs:
-
name
:
Install Toolchain (Go, Node.js and Make)
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make
npm install --global pnpm
-
name
:
Build
run
:
make build
-
name
:
Run simple challenge scenario
...
...
.github/workflows/test_contracts.yml
View file @
d893ec7e
...
...
@@ -12,7 +12,8 @@ jobs:
-
name
:
Install Toolchain (Node and Make)
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install nodejs npm make
sudo apt-get -y --no-install-recommends install nodejs make
npm install --global pnpm
-
name
:
Install Dependencies
run
:
make nodejs
-
name
:
Hardhat Test
...
...
.github/workflows/test_mipsevm.yml
View file @
d893ec7e
...
...
@@ -14,7 +14,8 @@ jobs:
-
name
:
Install Toolchain (Go, Node.js and Make)
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make
npm install --global pnpm
-
name
:
Build
run
:
make build
-
name
:
Test MIPS EVM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment