Commit 29dc52bb authored by George Hotz's avatar George Hotz

more test renaming

parent a141a97f
......@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
unit:
name: Test Contracts
name: Contracts work
runs-on: ubuntu-latest
steps:
- name: Checkout Code
......
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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment