mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
using cargo test --all
This commit is contained in:
parent
4fef5b8b2c
commit
dfc3ff0f80
2 changed files with 2 additions and 6 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -48,11 +48,7 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --all-features --all-targets
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --all-features --all-targets --package salsa-2022-tests
|
||||
args: --all-features --all-targets --all
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
|
|
|
@ -624,7 +624,7 @@ fn parse_error() {
|
|||
statements: [],
|
||||
},
|
||||
[
|
||||
Diagnostic { position: 10, message: "unexpected character" },
|
||||
Diagnostic { start: 10, end: 11, message: "unexpected character" },
|
||||
],
|
||||
)"#]];
|
||||
expected.assert_eq(&actual);
|
||||
|
|
Loading…
Reference in a new issue