Skip to content

Commit 41160e6

Browse files
committed
ignore warnings
Signed-off-by: joejiong <1004691415qq@gmail.com>
1 parent f6dd0a8 commit 41160e6

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ jobs:
6666
- name: Build and test P4MLIR
6767
run: |
6868
build_tools/build_p4c_with_p4mlir_ext.sh
69+
70+
- name: Run P4MLIR tests
71+
run: |
72+
build_tools/unittest.sh

build_tools/build_p4c_with_p4mlir_ext.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,4 @@ cd "$P4C_BUILD_DIR"
5959
cmake -G Ninja "$P4C_REPO_DIR" $CMAKE_FLAGS
6060
ninja
6161

62-
# Run some tests
63-
ninja check-p4mlir
6462

65-
# Install
66-
ninja install

build_tools/unittest.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Run some tests
2+
ninja check-p4mlir
3+
4+
# Install
5+
ninja install

0 commit comments

Comments
 (0)