Commit c9c6012 1 parent 5a94d25 commit c9c6012 Copy full SHA for c9c6012
File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Rust
1
+ name : Test rust runtime
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 2
2
3
3
# 📦 Wasm-bpf: Wasm library and toolchain for eBPF
4
4
5
+ [ ![ Test Rntime] ( https://github.com/eunomia-bpf/wasm-bpf/actions/workflows/rust.yml/badge.svg )] ( https://github.com/eunomia-bpf/wasm-bpf/actions/workflows/rust.yml )
5
6
[ ![ codecov] ( https://codecov.io/gh/eunomia-bpf/wasm-bpf/branch/main/graph/badge.svg?token=6TKN4WU99U )] ( https://codecov.io/gh/eunomia-bpf/wasm-bpf )
6
7
[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/eunomia-bpf/wasm-bpf/badge )] ( https://www.codefactor.io/repository/github/eunomia-bpf/wasm-bpf )
7
8
[ ![ DeepSource] ( https://deepsource.io/gh/eunomia-bpf/wasm-bpf.svg/?label=active+issues&show_trend=true&token=rcSI3J1-gpwLIgZWtKZC-N6C )] ( https://deepsource.io/gh/eunomia-bpf/wasm-bpf/?ref=repository-badge )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ all: test
5
5
TEST_TIME := 3
6
6
7
7
# test with the files in bpf-loader
8
- TEST_CASES_DIRS =$(shell ls -l . | grep ^d | awk '{print $$9}')
8
+ TEST_CASES_DIRS =$(shell ls -l . | grep ^d | grep -v 'go-lsm\|go-execve' | awk '{print $$9}')
9
9
test : $(TEST_CASES_DIRS )
10
10
11
11
.PHONY :$(TEST_CASES_DIRS )
Original file line number Diff line number Diff line change 1
1
module github.com/eunomia-bpf/wasm-bpf
2
2
3
- go 1.18
3
+ go 1.21
You can’t perform that action at this time.
0 commit comments