File tree Expand file tree Collapse file tree 2 files changed +6
-53
lines changed Expand file tree Collapse file tree 2 files changed +6
-53
lines changed Original file line number Diff line number Diff line change 3
3
branches : [main, staging, trying]
4
4
pull_request :
5
5
branches : [main]
6
+ merge_group :
7
+ workflow_dispatch :
6
8
7
9
name : Continuous integration
8
10
9
11
jobs :
10
- test :
12
+ test :
11
13
name : test
12
14
runs-on : ubuntu-latest
13
15
18
20
- i686-unknown-linux-musl
19
21
20
22
steps :
21
- - uses : actions/checkout@v2
22
- - uses : actions-rs/ toolchain@v1
23
+ - uses : actions/checkout@v4
24
+ - uses : dtolnay/rust- toolchain@master
23
25
with :
24
- profile : minimal
25
26
toolchain : stable
26
27
target : ${{ matrix.target }}
27
- override : true
28
-
29
- - uses : actions-rs/cargo@v1
30
- with :
31
- command : test
32
- args : --target ${{ matrix.target }}
33
-
34
- ci-success :
35
- name : ci
36
- if : github.event_name == 'push' && success()
37
- needs :
38
- - test
39
- runs-on : ubuntu-latest
40
- steps :
41
- - name : Mark the job as a success
42
- run : exit 0
28
+ - run : cargo test --target=${{ matrix.target }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments