More QoL interaction.
This commit is contained in:
parent
e59656ebf6
commit
5f22892ce4
6
.github/workflows/ci.cue
vendored
6
.github/workflows/ci.cue
vendored
@ -24,6 +24,8 @@ jobs: ci: {
|
||||
{uses: "actions/checkout@v2"},
|
||||
{name: "Install libsodium",
|
||||
run: "apt-get install -y libsodium-dev"},
|
||||
{run: "make compile"},
|
||||
{run: "make tests"}]
|
||||
{name: "Compile source code",
|
||||
run: "make compile"},
|
||||
{name: "Run the tests",
|
||||
run: "make tests"}]
|
||||
}
|
||||
|
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -22,5 +22,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install libsodium
|
||||
run: apt-get install -y libsodium-dev
|
||||
- run: make compile
|
||||
- run: make tests
|
||||
- name: Compile source code
|
||||
run: make compile
|
||||
- name: Run the tests
|
||||
run: make tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user