File tree Expand file tree Collapse file tree 4 files changed +1749
-8
lines changed Expand file tree Collapse file tree 4 files changed +1749
-8
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
tags :
8
- - ' v*.*.*'
8
+ - " v*.*.*"
9
9
10
10
pull_request :
11
11
12
12
name : Basic
13
13
14
14
jobs :
15
-
16
15
test :
17
16
name : Test Suite
18
17
runs-on : ubuntu-latest
24
23
uses : actions-rs/toolchain@v1
25
24
with :
26
25
profile : minimal
27
- toolchain : stable
26
+ toolchain : 1.89.0
28
27
target : wasm32-unknown-unknown
29
28
override : true
30
29
35
34
env :
36
35
RUST_BACKTRACE : 1
37
36
38
-
39
37
lints :
40
38
name : Lints
41
39
runs-on : ubuntu-latest
47
45
uses : actions-rs/toolchain@v1
48
46
with :
49
47
profile : minimal
50
- toolchain : stable
48
+ toolchain : 1.89.0
51
49
override : true
52
50
components : rustfmt, clippy
53
51
Original file line number Diff line number Diff line change 3
3
** /target
4
4
** /schema
5
5
.vscode
6
- Cargo.lock
7
6
/artifacts
8
7
# Cargo+Git helper file
9
8
(https: //github.com /rust-lang /cargo /blob /0.44.1 /src /cargo /s$
You can’t perform that action at this time.
0 commit comments