File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515
1616jobs :
1717 build :
18- name : cargo build
18+ name : cargo build & test
1919 strategy :
2020 matrix :
2121 os : [ubuntu-latest]
2929 toolchain : ${{ matrix.rust }}
3030 - uses : Swatinem/rust-cache@v2
3131 - run : cargo build --all-targets
32+ - run : cargo test
3233
3334 clippy :
3435 name : cargo clippy
5455 - run : bash test/test_all.sh
5556 - run : git diff --exit-code --stat || exit 1
5657
57- # things that use the cargo-test cache
58- test :
59- name : cargo test
60- runs-on : ubuntu-latest
61- steps :
62- - uses : actions/checkout@v4
63- - uses : rui314/setup-mold@v1
64- - uses : dtolnay/rust-toolchain@stable
65- - uses : Swatinem/rust-cache@v2
66- - run : cargo test
67-
6858 # Things that don't need a cache
6959 fmt :
7060 name : cargo fmt
You can’t perform that action at this time.
0 commit comments