Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .github/workflows/backend-motoko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Run MOPS Test Linux
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -eExuo pipefail
cd backend/mo/ic_vetkeys
Expand All @@ -51,6 +53,8 @@ jobs:
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Run MOPS Test Darwin
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -eExuo pipefail
cd backend/mo/ic_vetkeys
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
pull_request:
paths:
- backend/rs/**
- examples/**/backend/**
- Cargo.toml
- Cargo.lock
- .github/workflows/provision-linux.sh
Expand Down
86 changes: 0 additions & 86 deletions .github/workflows/examples-basic-bls-signing.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/examples-basic-ibe.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/examples-basic-timelock-ibe.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/examples-encrypted-chat.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/examples-encrypted-notes-dapp.yml

This file was deleted.

Loading
Loading