File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
29
29
key : cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }}
30
30
- name : build all
31
31
run : cargo build
32
- - name : run spa-client test
33
- run : cargo test -p spa-client
34
- - name : run spa-client test
35
- run : cargo test -p spa-server
36
- - name : run integration test
37
- # --show-output
38
- run : cargo test -p tests --test starter -j 1 -- --test-threads 1
32
+ # - name: run spa-client test
33
+ # run: cargo test -p spa-client
34
+ # - name: run spa-client test
35
+ # run: cargo test -p spa-server
36
+ # - name: run integration test
37
+ # # --show-output
38
+ # run: cargo test -p tests --test starter -j 1 -- --test-threads 1
39
39
- name : run pebble
40
40
run : ./run_pebble.sh
41
41
working-directory : ./tests/bash/
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- docker run --network=host -d
2
+ docker run --network=host -d \
3
3
--name pebble \
4
4
ghcr.io/letsencrypt/pebble:2.6.0
You can’t perform that action at this time.
0 commit comments