Browse Source

chore(ci): remove wrong test job that never ran (#55)

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 <eliza@buoyant.io>
Eliza Weisman 3 năm trước cách đây
mục cha
commit
a4cc6f5631
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/tests.yml

+ 1 - 1
.github/workflows/tests.yml

@@ -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