File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 5555 sudo apt-get update
5656 sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
5757
58+ - name : Install cargo-nextest
59+ uses : baptiste0928/cargo-install@v1
60+ with :
61+ crate : cargo-nextest --locked=true
62+
5863 - name : Format
5964 working-directory : ./unime/src-tauri
6065 run : cargo fmt -- --check
8287
8388 - name : Test
8489 working-directory : ./unime/src-tauri
85- run : cargo test
90+ run : cargo nextest run --retries 2
8691
8792 identity_wallet :
8893 runs-on : ubuntu-latest
@@ -102,6 +107,11 @@ jobs:
102107 run : |
103108 sudo apt-get update
104109 sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
110+
111+ - name : Install cargo-nextest
112+ uses : baptiste0928/cargo-install@v1
113+ with :
114+ crate : cargo-nextest --locked=true
105115
106116 - name : Format
107117 working-directory : ./identity-wallet
@@ -113,4 +123,4 @@ jobs:
113123
114124 - name : Test
115125 working-directory : ./identity-wallet
116- run : cargo test
126+ run : cargo nextest run --retries 2
You can’t perform that action at this time.
0 commit comments