Skip to content

Commit bd67e5d

Browse files
committed
Try to make GH Actions work
1 parent 4e5661d commit bd67e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13-
default-features:
13+
default_features:
1414
strategy:
1515
matrix:
1616
rust: ["stable", "beta", "nightly"]
@@ -35,7 +35,7 @@ jobs:
3535
run: cd test-project && cargo test
3636

3737

38-
rustc-nightly-feature:
38+
rustc_nightly_feature:
3939
strategy:
4040
matrix:
4141
os: [windows-latest, ubuntu-latest]

0 commit comments

Comments
 (0)