Skip to content

Commit

Permalink
Add timestamp information (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund authored Mar 23, 2023
1 parent e524997 commit 1d87831
Show file tree
Hide file tree
Showing 27 changed files with 965 additions and 132 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
IAS_MODE: DEV
SGX_MODE: SW

permissions:
contents: read
Expand All @@ -20,7 +22,7 @@ permissions:
jobs:
build:
runs-on: [self-hosted, Linux, large]
container: mobilecoin/builder-install:v0.0.21
container: mobilecoin/builder-install:v0.0.17
steps:
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -37,7 +39,7 @@ jobs:
uses: ./.github/actions/check-dirty-git
lint-rust:
runs-on: [self-hosted, Linux, large]
container: mobilecoin/builder-install:v0.0.21
container: mobilecoin/builder-install:v0.0.17

steps:
- name: Check out code
Expand All @@ -54,7 +56,7 @@ jobs:
uses: ./.github/actions/check-dirty-git
test:
runs-on: [self-hosted, Linux, large]
container: mobilecoin/builder-install:v0.0.21
container: mobilecoin/builder-install:v0.0.17
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 1d87831

Please sign in to comment.