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
29dc52bb
Commit
29dc52bb
authored
Oct 12, 2021
by
George Hotz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more test renaming
parent
a141a97f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
test_contracts.yml
.github/workflows/test_contracts.yml
+1
-1
test_minigeth.yml
.github/workflows/test_minigeth.yml
+2
-2
test_mipigo.yml
.github/workflows/test_mipigo.yml
+1
-1
test_mipsevm.yml
.github/workflows/test_mipsevm.yml
+1
-1
No files found.
.github/workflows/test_contracts.yml
View file @
29dc52bb
...
...
@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs
:
unit
:
name
:
Test Contracts
name
:
Contracts work
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Code
...
...
.github/workflows/test_minigeth.yml
View file @
29dc52bb
name
:
Test
PC
name
:
Test
minigeth
on
:
[
push
,
pull_request
]
jobs
:
unit
:
name
:
Test PC
name
:
minigeth computes correct block transitions
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Code
...
...
.github/workflows/test_mipigo.yml
View file @
29dc52bb
...
...
@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs
:
unit
:
name
:
Test mipigo
name
:
mipigeth runs in MIPS unicorn
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Code
...
...
.github/workflows/test_mipsevm.yml
View file @
29dc52bb
...
...
@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs
:
unit
:
name
:
Test MIPS EVM
name
:
MIPS EVM matches unicorn
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Code
...
...
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