Skip to content

Commit e1a4109

Browse files
committed
add acme integration tests
1 parent fc25dbe commit e1a4109

29 files changed

+1635
-1067
lines changed

.github/workflows/spa-server-ci.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
name: spa-server ci
1+
name: CI
22

33
on:
44
push:
55
branches:
66
- 'master'
7-
env:
8-
REGISTRY: ghcr.io
97

108
jobs:
119
check_server:
@@ -36,4 +34,9 @@ jobs:
3634
run: cargo test -p spa-server
3735
- name: run integration test
3836
# --show-output
39-
run: cargo test -p tests --test starter -j 1 -- --test-threads 1
37+
run: cargo test -p tests --test starter -j 1 -- --test-threads 1
38+
- name: run pebble
39+
run: ./run_pebble.sh
40+
working-directory: ./tests/data/pebble
41+
- name: run acme integration test
42+
run: cargo test -p tests --test acme_test -j 1 -- --test-threads 1

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "warp"]
22
path = warp
33
url = [email protected]:timzaak/warp.git
4+
[submodule "small-acme"]
5+
path = small-acme
6+
url = [email protected]:timzaak/small-acme.git

0 commit comments

Comments
 (0)