Skip to content

Commit f3b2a35

Browse files
committed
ci: remove outdated jobs
1 parent 492b7fa commit f3b2a35

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/ci.yml

+2-14
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ubuntu-latest, macos-latest]
31-
name: [build, check-m2-native, check-clippy, test-fvm, test, integration, conformance, calibration]
31+
name: [build, check-clippy, check-m2-native, test-fvm, test, conformance]
3232
include:
3333
- name: build
3434
key: v3
@@ -57,22 +57,12 @@ jobs:
5757
key: v3-cov
5858
covname: lcov.info
5959
command: llvm-cov
60-
args: --all --exclude fvm --exclude fvm_conformance_tests --exclude fvm_integration_tests --exclude "*actor" --lcov --output-path lcov.info
61-
- name: integration
62-
key: v3-cov
63-
covname: itest-lcov.info
64-
command: llvm-cov
65-
args: --package fvm_integration_tests --package "*actor" --lcov --output-path itest-lcov.info
60+
args: --all --exclude fvm --exclude fvm_conformance_tests --lcov --output-path lcov.info
6661
- name: conformance
6762
key: v3
6863
command: test
6964
args: --package fvm_conformance_tests
7065
submodules: true
71-
- name: calibration
72-
key: v3
73-
command: test
74-
# we disable default features because rust will otherwise unify them and turn on opencl in CI.
75-
args: --release --test gas_calibration_test --features calibration --no-default-features
7666
exclude:
7767
- os: macos-latest
7868
name: check-m2-native
@@ -84,8 +74,6 @@ jobs:
8474
name: test
8575
- os: macos-latest
8676
name: test-fvm
87-
- os: macos-latest
88-
name: calibration
8977
env:
9078
CARGO_INCREMENTAL: 0
9179
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)