Skip to content

Commit

Permalink
chore(ci): remove wrong test job that never ran (#55)
Browse files Browse the repository at this point in the history
Due to a typo, we were accidentally trying to run tests on the operating
system "m". Since GitHub Actions doesn't have runners running the "m"
operating system (because, as far as I know, it doesn't actually
'exist'), this test job would never actually run.

I don't know how this ended up getting merged to main, I really thought
I fixed it on the branch? But, whatever...

Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw authored Apr 11, 2022
1 parent 5b9ac99 commit a4cc6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
# test all Rust versions on Ubuntu
rust: [stable, 1.57.0]
os: [ubuntu-latest, m]
os: [ubuntu-latest]
# test stable Rust on Windows and MacOS as well
include:
- rust: stable
Expand Down

0 comments on commit a4cc6f5

Please sign in to comment.