File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build & Test
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
- branches : [master ]
7
+ branches : [main ]
8
8
9
9
env :
10
10
CARGO_TERM_COLOR : always
31
31
- name : Install Rust nightly
32
32
uses : actions-rs/toolchain@v1
33
33
with :
34
+ toolchain : nightly
34
35
profile : minimal
35
36
components : clippy
37
+ override : true
36
38
- name : Build & Test (Default)
37
39
run : cargo test --verbose --no-fail-fast
38
40
- name : Build & Test (--no-default-features)
Original file line number Diff line number Diff line change 1
1
# shadowsocks-crypto
2
2
3
+ [ ![ Build & Test] ( https://github.com/shadowsocks/shadowsocks-crypto/actions/workflows/build-and-test.yml/badge.svg )] ( https://github.com/shadowsocks/shadowsocks-crypto/actions/workflows/build-and-test.yml )
4
+
3
5
shadowsocks' flavored cryptographic algorithm in pure Rust.
4
6
5
7
## Supported Ciphers
You can’t perform that action at this time.
0 commit comments