Skip to content

Commit 6892620

Browse files
authored
reunite workspace (#1864)
1 parent 4c6256c commit 6892620

File tree

11 files changed

+611
-64
lines changed

11 files changed

+611
-64
lines changed

.github/workflows/cmpv2.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ env:
2323

2424
jobs:
2525
build:
26-
if: false # disabled while we migrate to digest newtypes
2726
runs-on: ubuntu-latest
2827
strategy:
2928
matrix:
@@ -49,7 +48,6 @@ jobs:
4948
working-directory: ${{ github.workflow }}
5049

5150
test:
52-
if: false # disabled while we migrate to digest newtypes
5351
runs-on: ubuntu-latest
5452
strategy:
5553
matrix:

.github/workflows/cms.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ env:
2323

2424
jobs:
2525
build:
26-
if: false # disabled while we migrate to digest newtypes
2726
runs-on: ubuntu-latest
2827
strategy:
2928
matrix:
@@ -54,7 +53,6 @@ jobs:
5453
nightly-cmd:
5554

5655
test:
57-
if: false # disabled while we migrate to digest newtypes
5856
runs-on: ubuntu-latest
5957
strategy:
6058
matrix:

.github/workflows/crmf.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ env:
2323

2424
jobs:
2525
build:
26-
if: false # disabled while we migrate to digest newtypes
2726
runs-on: ubuntu-latest
2827
strategy:
2928
matrix:
@@ -49,7 +48,6 @@ jobs:
4948
working-directory: ${{ github.workflow }}
5049

5150
test:
52-
if: false # disabled while we migrate to digest newtypes
5351
runs-on: ubuntu-latest
5452
strategy:
5553
matrix:

.github/workflows/gss-api.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ env:
2323

2424
jobs:
2525
build:
26-
if: false # disabled while we migrate to digest newtypes
2726
runs-on: ubuntu-latest
2827
strategy:
2928
matrix:
@@ -49,7 +48,6 @@ jobs:
4948
working-directory: ${{ github.workflow }}
5049

5150
test:
52-
if: false # disabled while we migrate to digest newtypes
5351
runs-on: ubuntu-latest
5452
strategy:
5553
matrix:

.github/workflows/x509-cert.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ env:
2222

2323
jobs:
2424
build:
25-
if: false # disabled while we migrate to digest newtypes
2625
runs-on: ubuntu-latest
2726
strategy:
2827
matrix:
@@ -50,7 +49,6 @@ jobs:
5049
install-zlint: true
5150

5251
test:
53-
if: false # disabled while we migrate to digest newtypes
5452
runs-on: ubuntu-latest
5553
strategy:
5654
matrix:
@@ -74,7 +72,6 @@ jobs:
7472
- run: cargo test --all-features --release
7573

7674
fuzz:
77-
if: false # disabled while we migrate to digest newtypes
7875
runs-on: ubuntu-latest
7976
steps:
8077
- uses: actions/checkout@v4

.github/workflows/x509-ocsp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ env:
2222

2323
jobs:
2424
build:
25-
if: false # disabled while we migrate to digest newtypes
2625
runs-on: ubuntu-latest
2726
strategy:
2827
matrix:
@@ -48,7 +47,6 @@ jobs:
4847
working-directory: ${{ github.workflow }}
4948

5049
test:
51-
if: false # disabled while we migrate to digest newtypes
5250
runs-on: ubuntu-latest
5351
strategy:
5452
matrix:

.github/workflows/x509-tsp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ env:
2525

2626
jobs:
2727
build:
28-
if: false # disabled while we migrate to digest newtypes
2928
runs-on: ubuntu-latest
3029
strategy:
3130
matrix:
@@ -51,7 +50,6 @@ jobs:
5150
working-directory: ${{ github.workflow }}
5251

5352
test:
54-
if: false # disabled while we migrate to digest newtypes
5553
runs-on: ubuntu-latest
5654
strategy:
5755
matrix:

0 commit comments

Comments
 (0)