Commit 87c6640 1 parent 292f082 commit 87c6640 Copy full SHA for 87c6640
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
check :
12
+ name : Check
12
13
runs-on : ubuntu-latest
13
14
14
15
steps :
@@ -32,13 +33,14 @@ jobs:
32
33
--target-dir target/beta/
33
34
34
35
test :
36
+ name : Test
35
37
runs-on : ${{ matrix.os }}
36
38
37
39
strategy :
38
40
matrix :
39
41
# Note: macOS-latest uses M1 Silicon (ARM64)
40
42
os :
41
- - ubuntu-latest,
43
+ - ubuntu-latest
42
44
- windows-latest
43
45
- macOS-13
44
46
- macOS-latest
@@ -53,13 +55,14 @@ jobs:
53
55
- run : cargo test --manifest-path sqlx-cli/Cargo.toml
54
56
55
57
build :
58
+ name : Build
56
59
runs-on : ${{ matrix.os }}
57
60
58
61
strategy :
59
62
matrix :
60
63
# Note: macOS-latest uses M1 Silicon (ARM64)
61
64
os :
62
- - ubuntu-latest,
65
+ - ubuntu-latest
63
66
- windows-latest
64
67
- macOS-13
65
68
- macOS-latest
You can’t perform that action at this time.
0 commit comments