mirror of
https://github.com/Luzifer/go-dhparam.git
synced 2024-11-08 15:20:03 +00:00
CI: Update workflow
This commit is contained in:
parent
07b2fd08e7
commit
b54b0ddfe4
1 changed files with 5 additions and 2 deletions
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
|
@ -26,11 +26,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: install required packages
|
||||||
|
run: |
|
||||||
|
apk --no-cache add openssl
|
||||||
|
|
||||||
- name: go test
|
- name: go test
|
||||||
run: |
|
run: |
|
||||||
apk --no-cache add openssl && \
|
|
||||||
go test -v -cover
|
go test -v -cover
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue