File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040 - name : Build (all features)
4141 run : cargo build --package riscv --target ${{ matrix.target }} --all-features
4242
43- # On MacOS, Ubuntu, and Windows, we at least make sure that the crate builds and links .
43+ # On MacOS, Ubuntu, and Windows, we run tests .
4444 build-others :
4545 strategy :
4646 matrix :
@@ -49,10 +49,10 @@ jobs:
4949 steps :
5050 - uses : actions/checkout@v3
5151 - uses : dtolnay/rust-toolchain@stable
52- - name : Build (no features)
53- run : cargo build --package riscv
54- - name : Build (all features)
55- run : cargo build --package riscv --all-features
52+ - name : Test (no features)
53+ run : cargo test --package riscv
54+ - name : Test (all features)
55+ run : cargo test --package riscv --all-features
5656
5757 # Job to check that all the builds succeeded
5858 build-check :
You can’t perform that action at this time.
0 commit comments