소스 검색

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 년 전
부모
커밋
a4cc6f5631
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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