File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,20 @@ jobs:
5555 with :
5656 toolchain : 1.89.0 # MSRV check
5757 - uses : ilammy/setup-nasm@v1
58- - uses : Swatinem/rust-cache@v2
5958 - run : cargo fetch
59+ - uses : Swatinem/rust-cache@v2
6060 - name : cargo publish dry run
6161 run : cargo publish --dry-run
6262
6363 test :
6464 name : Test
6565 runs-on : ubuntu-latest
6666 steps :
67- - uses : ilammy/setup-nasm@v1
68-
6967 - name : Check out repository code
7068 uses : actions/checkout@v5
7169
70+ - uses : ilammy/setup-nasm@v1
71+
7272 # This GitHub Action installs a Rust toolchain using "rustup".
7373 # It is designed for one-line concise usage and good defaults.
7474 - name : Install the Rust toolchain
7979 uses : Swatinem/rust-cache@v2
8080
8181 - name : Run tests
82- run : cargo test
82+ run : cargo test --all --all-targets
8383
8484 ci-success :
8585 name : CI success
You can’t perform that action at this time.
0 commit comments