Skip to content

Commit ed8539d

Browse files
authored
Merge pull request #105 from dfinity/igor/icbnlib
Re-export `ic_bn_lib`
2 parents bb71d6d + 4f5af87 commit ed8539d

File tree

10 files changed

+147
-120
lines changed

10 files changed

+147
-120
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
build:
13-
runs-on: namespace-profile-ubuntu-24-04-big
13+
runs-on: ubuntu-24.04
1414

1515
permissions:
1616
contents: write

.github/workflows/test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,24 @@ on:
99
env:
1010
CARGO_TERM_COLOR: never
1111

12+
defaults:
13+
run:
14+
shell: bash
15+
1216
jobs:
1317
test:
14-
runs-on: namespace-profile-ubuntu-24-04
18+
permissions:
19+
contents: write
20+
21+
runs-on:
22+
- namespace-profile-ubuntu-24-04-big
1523

1624
steps:
1725
- uses: actions/checkout@v4
1826

1927
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
2028

21-
- name: Install protoc
29+
- name: Install deps
2230
run: sudo apt-get update && sudo apt-get -y install protobuf-compiler
2331

2432
- name: Run all unit and integration tests

0 commit comments

Comments
 (0)