We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7f935 commit 93eb624Copy full SHA for 93eb624
.github/workflows/build.yml
@@ -15,7 +15,6 @@ jobs:
15
- uses: actions/checkout@v4
16
- name: Build
17
run: |
18
- cargo install cargo-nextest --locked
19
cargo build --verbose
20
21
tests:
@@ -26,6 +25,7 @@ jobs:
26
25
27
- name: Run tests
28
+ cargo install cargo-nextest --locked
29
cargo nextest --verbose
30
31
cargo-audit:
@@ -50,6 +50,7 @@ jobs:
50
51
- name: Run Docker tests
52
53
54
cargo nextest --verbose -F docker-tests
55
56
native-tests:
@@ -66,4 +67,5 @@ jobs:
66
67
68
- name: Run Native tests
69
70
71
cargo nextest --verbose -F native-tests,high-memory-tests
0 commit comments